Uses of Interface
org.hibernate.service.spi.ServiceInitiator
-
Packages that use ServiceInitiator Package Description org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.resource.beans.spi org.hibernate.service.spi org.hibernate.tool.hbm2ddl -
-
Uses of ServiceInitiator in org.hibernate.boot.registry
Subinterfaces of ServiceInitiator in org.hibernate.boot.registry Modifier and Type Interface Description interfaceStandardServiceInitiator<R extends Service>Contract for an initiator of services that target the standardServiceRegistry. -
Uses of ServiceInitiator in org.hibernate.engine.query.spi
Classes in org.hibernate.engine.query.spi that implement ServiceInitiator Modifier and Type Class Description classNativeQueryInterpreterInitiator -
Uses of ServiceInitiator in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement ServiceInitiator Modifier and Type Class Description classCacheInitiatorInitiator for second level cache support -
Uses of ServiceInitiator in org.hibernate.resource.beans.spi
Classes in org.hibernate.resource.beans.spi that implement ServiceInitiator Modifier and Type Class Description classManagedBeanRegistryInitiatorHibernate's standard initializer for the ManagedBeanRegistry service. -
Uses of ServiceInitiator in org.hibernate.service.spi
Subinterfaces of ServiceInitiator in org.hibernate.service.spi Modifier and Type Interface Description interfaceSessionFactoryServiceInitiator<R extends Service>Contract for an initiator of services that target the specialized service registrySessionFactoryServiceRegistryMethods in org.hibernate.service.spi that return ServiceInitiator Modifier and Type Method Description ServiceInitiator<R>ServiceBinding. getServiceInitiator()Methods in org.hibernate.service.spi with parameters of type ServiceInitiator Modifier and Type Method Description <R extends Service>
RServiceBinding.ServiceLifecycleOwner. initiateService(ServiceInitiator<R> serviceInitiator)Constructors in org.hibernate.service.spi with parameters of type ServiceInitiator Constructor Description ServiceBinding(ServiceBinding.ServiceLifecycleOwner lifecycleOwner, ServiceInitiator<R> serviceInitiator) -
Uses of ServiceInitiator in org.hibernate.tool.hbm2ddl
Classes in org.hibernate.tool.hbm2ddl that implement ServiceInitiator Modifier and Type Class Description classImportSqlCommandExtractorInitiatorInstantiates and configures an appropriateImportSqlCommandExtractor.
-