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 interface SharedSessionContract extends QueryProducer, AutoCloseable, Serializable
Declares operations that are common between Session and StatelessSession.