Uses of Class
org.hibernate.internal.AbstractSharedSessionContract
-
Packages that use AbstractSharedSessionContract Package Description org.hibernate.engine.transaction.internal org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support. -
-
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
SessionImpl
Concrete implementation of theSession
API.class
StatelessSessionImpl
Concrete implementation of theStatelessSession
API. -
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)
-