Package org.hibernate

Interface SharedSessionContract

All Superinterfaces:
AutoCloseable,QueryProducer,Serializable
All Known Subinterfaces:
EventSource,Session,SessionImplementor,SharedSessionContractImplementor,StatelessSession
All Known Implementing Classes:
AbstractDelegateSessionImplementor,AbstractSharedSessionContract,SessionDelegatorBaseImpl,SessionImpl,SessionLazyDelegator,SharedSessionDelegatorBaseImpl,StatelessSessionImpl,ToOneDelegateSessionImplementor

public interfaceSharedSessionContractextendsQueryProducer,AutoCloseable,Serializable
Declares operations that are common betweenSession andStatelessSession.