Uses of Class
org.hibernate.internal.AbstractSharedSessionContract
Packages that use AbstractSharedSessionContract
Package
Description
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.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 AbstractSharedSessionContractModifierConstructorDescriptionTransactionImpl
(TransactionCoordinator transactionCoordinator, AbstractSharedSessionContract session) -
Uses of AbstractSharedSessionContract in org.hibernate.internal
Subclasses of AbstractSharedSessionContract in org.hibernate.internalModifier and TypeClassDescriptionclass
Concrete implementation of theSession
API.class
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 AbstractSharedSessionContractModifierConstructorDescriptionNativeQueryImpl
(String sqlString, NamedResultSetMappingMemento resultSetMappingMemento, AbstractSharedSessionContract session)