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
.-
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.