Uses of Class
org.hibernate.internal.AbstractSharedSessionContract
-
Packages that use AbstractSharedSessionContract Package Description org.hibernate.engine.transaction.internal org.hibernate.internal org.hibernate.query.sql.internal -
-
Uses of AbstractSharedSessionContract in org.hibernate.engine.transaction.internal
Constructors in org.hibernate.engine.transaction.internal with parameters of type AbstractSharedSessionContract Constructor Description TransactionImpl(TransactionCoordinator transactionCoordinator, AbstractSharedSessionContract session)
-
Uses of AbstractSharedSessionContract in org.hibernate.internal
Subclasses of AbstractSharedSessionContract in org.hibernate.internal Modifier and Type Class Description class
AbstractSessionImpl
Functionality common to stateless and stateful sessionsclass
SessionImpl
Concrete implementation of a theSession
API.class
StatelessSessionImpl
-
Uses of AbstractSharedSessionContract in org.hibernate.query.sql.internal
Constructors in org.hibernate.query.sql.internal with parameters of type AbstractSharedSessionContract Constructor Description NativeQueryImpl(String sqlString, NamedResultSetMappingMemento resultSetMappingMemento, AbstractSharedSessionContract session)
-