Uses of Interface
org.hibernate.internal.SessionCreationOptions
-
Packages that use SessionCreationOptions Package Description org.hibernate.internal -
-
Uses of SessionCreationOptions in org.hibernate.internal
Subinterfaces of SessionCreationOptions in org.hibernate.internal Modifier and Type Interface Description interface
SharedSessionCreationOptions
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 SessionCreationOptions Modifier and Type Class Description static class
SessionFactoryImpl.SessionBuilderImpl<T extends SessionBuilder>
static class
SessionFactoryImpl.StatelessSessionBuilderImpl
Constructors in org.hibernate.internal with parameters of type SessionCreationOptions Constructor Description AbstractSharedSessionContract(SessionFactoryImpl factory, SessionCreationOptions options)
SessionImpl(SessionFactoryImpl factory, SessionCreationOptions options)
StatelessSessionImpl(SessionFactoryImpl factory, SessionCreationOptions options)
-