Uses of Interface
org.hibernate.service.spi.SessionFactoryServiceInitiator
-
Packages that use SessionFactoryServiceInitiator Package Description org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.service.internal org.hibernate.service.spi org.hibernate.stat.internal -
-
Uses of SessionFactoryServiceInitiator in org.hibernate.engine.query.spi
Classes in org.hibernate.engine.query.spi that implement SessionFactoryServiceInitiator Modifier and Type Class Description classNativeQueryInterpreterInitiator -
Uses of SessionFactoryServiceInitiator in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement SessionFactoryServiceInitiator Modifier and Type Class Description classCacheInitiatorInitiator for second level cache support -
Uses of SessionFactoryServiceInitiator in org.hibernate.service.internal
Methods in org.hibernate.service.internal that return types with arguments of type SessionFactoryServiceInitiator Modifier and Type Method Description static List<SessionFactoryServiceInitiator<?>>StandardSessionFactoryServiceInitiators. buildStandardServiceInitiatorList()Methods in org.hibernate.service.internal with parameters of type SessionFactoryServiceInitiator Modifier and Type Method Description SessionFactoryServiceRegistryBuilderSessionFactoryServiceRegistryBuilderImpl. addInitiator(SessionFactoryServiceInitiator<?> initiator)Adds a service initiator.Constructor parameters in org.hibernate.service.internal with type arguments of type SessionFactoryServiceInitiator Constructor Description SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent, List<SessionFactoryServiceInitiator<?>> initiators, List<ProvidedService<?>> providedServices, SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions) -
Uses of SessionFactoryServiceInitiator in org.hibernate.service.spi
Methods in org.hibernate.service.spi with parameters of type SessionFactoryServiceInitiator Modifier and Type Method Description SessionFactoryServiceRegistryBuilderSessionFactoryServiceRegistryBuilder. addInitiator(SessionFactoryServiceInitiator<?> initiator) -
Uses of SessionFactoryServiceInitiator in org.hibernate.stat.internal
Classes in org.hibernate.stat.internal that implement SessionFactoryServiceInitiator Modifier and Type Class Description classStatisticsInitiator
-