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.cache.internal org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.engine.transaction.jta.platform.internal org.hibernate.resource.beans.spi org.hibernate.service.spi org.hibernate.tool.hbm2ddl org.jboss.as.jpa.hibernate5.service -
-
Uses of ServiceInitiator in org.hibernate.boot.registry
Subinterfaces of ServiceInitiator in org.hibernate.boot.registry Modifier and Type Interface Description interface
StandardServiceInitiator<R extends Service>
Contract for an initiator of services that target the standardServiceRegistry
. -
Uses of ServiceInitiator in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ServiceInitiator Modifier and Type Class Description class
org.hibernate.cache.internal.RegionFactoryInitiator
-
Uses of ServiceInitiator in org.hibernate.engine.query.spi
Classes in org.hibernate.engine.query.spi that implement ServiceInitiator Modifier and Type Class Description class
NativeQueryInterpreterInitiator
-
Uses of ServiceInitiator in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement ServiceInitiator Modifier and Type Class Description class
CacheInitiator
Initiator for second level cache support -
Uses of ServiceInitiator in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ServiceInitiator Modifier and Type Class Description class
org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator
-
Uses of ServiceInitiator in org.hibernate.resource.beans.spi
Classes in org.hibernate.resource.beans.spi that implement ServiceInitiator Modifier and Type Class Description class
ManagedBeanRegistryInitiator
Hibernate'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 interface
SessionFactoryServiceInitiator<R extends Service>
Contract for an initiator of services that target the specialized service registrySessionFactoryServiceRegistry
Methods 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 class
ImportSqlCommandExtractorInitiator
Instantiates and configures an appropriateImportSqlCommandExtractor
. -
Uses of ServiceInitiator in org.jboss.as.jpa.hibernate5.service
Classes in org.jboss.as.jpa.hibernate5.service that implement ServiceInitiator Modifier and Type Class Description class
CustomJtaPlatformInitiator
Custom JtaPlatform initiator for use inside WildFly picking an appropriate fallback JtaPlatform.class
CustomRegionFactoryInitiator
-