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 TypeClassDescriptionclassConcrete implementation of theSessionAPI.classConcrete implementation of theStatelessSessionAPI. -
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)