Package org.hibernate

Interface SharedSessionContract

All Superinterfaces:
AutoCloseable, QueryProducer, Serializable
All Known Subinterfaces:
EventSource, Session, SessionImplementor, SharedSessionContractImplementor, StatelessSession
All Known Implementing Classes:
SessionDelegatorBaseImpl, SessionLazyDelegator, SharedSessionDelegatorBaseImpl

public interface SharedSessionContract extends QueryProducer, AutoCloseable, Serializable
Declares operations that are common between Session and StatelessSession.