Uses of Interface
org.hibernate.boot.registry.StandardServiceInitiator
-
Packages that use StandardServiceInitiator 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.transaction.jta.platform.internal org.hibernate.resource.beans.spi org.hibernate.service org.hibernate.testing.boot org.hibernate.tool.hbm2ddl org.jboss.as.jpa.hibernate5.service -
-
Uses of StandardServiceInitiator in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type StandardServiceInitiator Modifier and Type Method Description StandardServiceRegistryBuilder
StandardServiceRegistryBuilder. addInitiator(StandardServiceInitiator initiator)
Adds a service initiator. -
Uses of StandardServiceInitiator 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 StandardServiceInitiator Modifier and Type Class Description class
org.hibernate.cache.internal.RegionFactoryInitiator
-
Uses of StandardServiceInitiator 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 StandardServiceInitiator Modifier and Type Class Description class
org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator
-
Uses of StandardServiceInitiator in org.hibernate.resource.beans.spi
Classes in org.hibernate.resource.beans.spi that implement StandardServiceInitiator Modifier and Type Class Description class
ManagedBeanRegistryInitiator
Hibernate's standard initializer for the ManagedBeanRegistry service. -
Uses of StandardServiceInitiator in org.hibernate.service
Fields in org.hibernate.service with type parameters of type StandardServiceInitiator Modifier and Type Field Description static java.util.List<StandardServiceInitiator>
StandardServiceInitiators. LIST
-
Uses of StandardServiceInitiator in org.hibernate.testing.boot
Constructor parameters in org.hibernate.testing.boot with type arguments of type StandardServiceInitiator Constructor Description ServiceRegistryTestingImpl(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, java.util.List<StandardServiceInitiator> serviceInitiators, java.util.List<org.hibernate.service.internal.ProvidedService> providedServices, java.util.Map<?,?> configurationValues)
-
Uses of StandardServiceInitiator in org.hibernate.tool.hbm2ddl
Classes in org.hibernate.tool.hbm2ddl that implement StandardServiceInitiator Modifier and Type Class Description class
ImportSqlCommandExtractorInitiator
Instantiates and configures an appropriateImportSqlCommandExtractor
. -
Uses of StandardServiceInitiator in org.jboss.as.jpa.hibernate5.service
Classes in org.jboss.as.jpa.hibernate5.service that implement StandardServiceInitiator Modifier and Type Class Description class
CustomJtaPlatformInitiator
Custom JtaPlatform initiator for use inside WildFly picking an appropriate fallback JtaPlatform.class
CustomRegionFactoryInitiator
-