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.spi Defines an SPI for integrating pluggable services. -
-
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 NativeQueryInterpreterNativeQueryInterpreterInitiator. 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 CacheImplementorCacheInitiator. initiateService(SessionFactoryServiceInitiatorContext context) -
Uses of SessionFactoryServiceInitiatorContext in org.hibernate.service.spi
Methods in org.hibernate.service.spi with parameters of type SessionFactoryServiceInitiatorContext Modifier and Type Method Description RSessionFactoryServiceInitiator. initiateService(SessionFactoryServiceInitiatorContext context)Initiates the managed service.
-