Uses of Interface
org.hibernate.SharedSessionContract
-
Packages that use SharedSessionContract Package Description org.hibernate org.hibernate.engine.spi org.hibernate.event.spi -
-
Uses of SharedSessionContract in org.hibernate
Subinterfaces of SharedSessionContract in org.hibernate Modifier and Type Interface Description interfaceSessionThe main runtime interface between a Java application and Hibernate.interfaceStatelessSessionA command-oriented API for performing bulk operations against a database. -
Uses of SharedSessionContract in org.hibernate.engine.spi
Subinterfaces of SharedSessionContract in org.hibernate.engine.spi Modifier and Type Interface Description interfaceSessionImplementorDefines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.interfaceSharedSessionContractImplementorDefines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".Classes in org.hibernate.engine.spi that implement SharedSessionContract Modifier and Type Class Description classSessionDelegatorBaseImplThis class is meant to be extended.classSessionLazyDelegatorThis helper class allows decorating a Session instance, while the instance itself is lazily provided via aSupplier. -
Uses of SharedSessionContract in org.hibernate.event.spi
Subinterfaces of SharedSessionContract in org.hibernate.event.spi Modifier and Type Interface Description interfaceEventSource
-