Uses of Interface
org.hibernate.boot.spi.SessionFactoryBuilderService
-
Packages that use SessionFactoryBuilderService Package Description org.hibernate.boot.internal -
-
Uses of SessionFactoryBuilderService in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement SessionFactoryBuilderService Modifier and Type Class Description class
DefaultSessionFactoryBuilderService
This is the default implementation of SessionFactoryBuilderService, which just returns the default SessionFactoryBuilderImpl.Methods in org.hibernate.boot.internal that return SessionFactoryBuilderService Modifier and Type Method Description SessionFactoryBuilderService
DefaultSessionFactoryBuilderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.boot.internal that return types with arguments of type SessionFactoryBuilderService Modifier and Type Method Description Class<SessionFactoryBuilderService>
DefaultSessionFactoryBuilderInitiator. getServiceInitiated()
-