Uses of Interface
org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
-
Packages that use SessionFactoryServiceInitiatorContext Package Description org.hibernate.engine.query.spi An SPI for dealing with parameters of native queries.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.service.internal Implementation of the SPI for integrating pluggable services.org.hibernate.service.spi Defines an SPI for integrating pluggable services.org.hibernate.stat.internal The built-in implementation of the statistics collection service. -
-
Uses of SessionFactoryServiceInitiatorContext in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi with parameters of type SessionFactoryServiceInitiatorContext Modifier and Type Method Description NativeQueryInterpreter
NativeQueryInterpreterInitiator. initiateService(SessionFactoryServiceInitiatorContext context)
-
Uses of SessionFactoryServiceInitiatorContext in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type SessionFactoryServiceInitiatorContext Modifier and Type Method Description CacheImplementor
CacheInitiator. initiateService(SessionFactoryServiceInitiatorContext context)
-
Uses of SessionFactoryServiceInitiatorContext in org.hibernate.service.internal
Classes in org.hibernate.service.internal that implement SessionFactoryServiceInitiatorContext Modifier and Type Class Description class
SessionFactoryServiceRegistryImpl
-
Uses of SessionFactoryServiceInitiatorContext in org.hibernate.service.spi
Methods in org.hibernate.service.spi with parameters of type SessionFactoryServiceInitiatorContext Modifier and Type Method Description R
SessionFactoryServiceInitiator. initiateService(SessionFactoryServiceInitiatorContext context)
Initiates the managed service. -
Uses of SessionFactoryServiceInitiatorContext in org.hibernate.stat.internal
Methods in org.hibernate.stat.internal with parameters of type SessionFactoryServiceInitiatorContext Modifier and Type Method Description StatisticsImplementor
StatisticsInitiator. initiateService(SessionFactoryServiceInitiatorContext context)
-