Interface TransactionalSession

All Superinterfaces:
AutoCloseable, Closeable, jakarta.persistence.EntityManager, QueryProducer, Serializable, Session, SharedSessionContract

@EachBean(org.hibernate.SessionFactory.class) @Internal public interface TransactionalSession extends Session
Represents a transaction aware session that can be dependency injected.
Since:
2.0
Author:
graemerocher