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 classSessionImplConcrete implementation of theSessionAPI.classStatelessSessionImplConcrete implementation of theStatelessSessionAPI. -
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)
-