Uses of Class
org.hibernate.internal.SessionFactoryImpl
-
Packages that use SessionFactoryImpl Package Description org.hibernate.internal org.hibernate.metamodel.internal -
-
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) -
Uses of SessionFactoryImpl in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal with parameters of type SessionFactoryImpl Modifier and Type Method Description voidRuntimeMetamodelsImpl. finishInitialization(MetadataImplementor bootMetamodel, BootstrapContext bootstrapContext, SessionFactoryImpl sessionFactory)Chicken-and-egg because things try to use the SessionFactory (specifically the MappingMetamodel) before it is ready.
-