Uses of Interface
org.hibernate.internal.SessionCreationOptions
Packages that use SessionCreationOptions
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of SessionCreationOptions in org.hibernate.engine.spi
Constructors in org.hibernate.engine.spi with parameters of type SessionCreationOptionsModifierConstructorDescriptionLoadQueryInfluencers
(SessionFactoryImplementor sessionFactory, SessionCreationOptions options) -
Uses of SessionCreationOptions in org.hibernate.internal
Subinterfaces of SessionCreationOptions in org.hibernate.internalModifier and TypeInterfaceDescriptioninterface
An extension of SessionCreationOptions for cases where the Session to be created shares some part of the "transaction context" of another Session.Classes in org.hibernate.internal that implement SessionCreationOptionsModifier and TypeClassDescriptionstatic class
static class
Constructors in org.hibernate.internal with parameters of type SessionCreationOptionsModifierConstructorDescriptionAbstractSharedSessionContract
(SessionFactoryImpl factory, SessionCreationOptions options) SessionImpl
(SessionFactoryImpl factory, SessionCreationOptions options) StatelessSessionImpl
(SessionFactoryImpl factory, SessionCreationOptions options)