Uses of Class
org.hibernate.internal.SessionFactoryImpl
-
Packages that use SessionFactoryImpl Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of SessionFactoryImpl in org.hibernate.internal
Constructors in org.hibernate.internal with parameters of type SessionFactoryImpl Constructor Description AbstractSharedSessionContract(SessionFactoryImpl factory, SessionCreationOptions options)
SessionBuilderImpl(SessionFactoryImpl sessionFactory)
SessionImpl(SessionFactoryImpl factory, SessionCreationOptions options)
StatelessSessionBuilderImpl(SessionFactoryImpl sessionFactory)
StatelessSessionImpl(SessionFactoryImpl factory, SessionCreationOptions options)
-