Uses of Interface
org.hibernate.service.spi.ServiceRegistryImplementor
-
Packages that use ServiceRegistryImplementor Package Description org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.boot.registry.internal org.hibernate.engine.jdbc.connections.spi Defines contracts for accessing JDBC Connectionsorg.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.engine.transaction.jta.platform.spi org.hibernate.resource.beans.spi org.hibernate.service.internal org.hibernate.service.spi org.hibernate.testing.boot org.hibernate.testing.jdbc org.hibernate.tool.hbm2ddl org.jboss.as.jpa.hibernate5.service -
-
Uses of ServiceRegistryImplementor in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type ServiceRegistryImplementor Modifier and Type Method Description R
StandardServiceInitiator. initiateService(java.util.Map configurationValues, ServiceRegistryImplementor registry)
Initiates the managed service. -
Uses of ServiceRegistryImplementor in org.hibernate.boot.registry.internal
Classes in org.hibernate.boot.registry.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 ServiceRegistryImplementor Modifier and Type Class Description class
org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
-
Uses of ServiceRegistryImplementor in org.hibernate.engine.jdbc.connections.spi
Methods in org.hibernate.engine.jdbc.connections.spi with parameters of type ServiceRegistryImplementor Modifier and Type Method Description void
DataSourceBasedMultiTenantConnectionProviderImpl. injectServices(ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi with parameters of type ServiceRegistryImplementor Modifier and Type Method Description NativeQueryInterpreter
NativeQueryInterpreterInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ServiceRegistryImplementor Modifier and Type Method Description ServiceRegistryImplementor
SessionFactoryDelegatingImpl. getServiceRegistry()
ServiceRegistryImplementor
SessionFactoryImplementor. getServiceRegistry()
Access to the ServiceRegistry for this SessionFactory.Methods in org.hibernate.engine.spi with parameters of type ServiceRegistryImplementor Modifier and Type Method Description CacheImplementor
CacheInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.engine.transaction.jta.platform.spi
Methods in org.hibernate.engine.transaction.jta.platform.spi with parameters of type ServiceRegistryImplementor Modifier and Type Method Description JtaPlatform
JtaPlatformResolver. resolveJtaPlatform(java.util.Map configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.hibernate.resource.beans.spi
Methods in org.hibernate.resource.beans.spi with parameters of type ServiceRegistryImplementor Modifier and Type Method Description ManagedBeanRegistry
ManagedBeanRegistryInitiator. initiateService(java.util.Map configurationValues, ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.service.internal
Classes in org.hibernate.service.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 ServiceRegistryImplementor Modifier and Type Class Description class
org.hibernate.service.internal.AbstractServiceRegistryImpl
-
Uses of ServiceRegistryImplementor in org.hibernate.service.spi
Subinterfaces of ServiceRegistryImplementor in org.hibernate.service.spi Modifier and Type Interface Description interface
SessionFactoryServiceRegistry
SpecializedServiceRegistry
implementation that holds services which need access to theSessionFactory
during initialization.Methods in org.hibernate.service.spi that return ServiceRegistryImplementor Modifier and Type Method Description ServiceRegistryImplementor
SessionFactoryServiceInitiatorContext. getServiceRegistry()
Methods in org.hibernate.service.spi with parameters of type ServiceRegistryImplementor Modifier and Type Method Description void
ServiceRegistryImplementor. deRegisterChild(ServiceRegistryImplementor child)
When a registry is created with a parent, the parent is notified of the child via this callback.R
SessionFactoryServiceInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry)
Deprecated.void
ServiceRegistryAwareService. injectServices(ServiceRegistryImplementor serviceRegistry)
Callback to inject the registry.void
ServiceRegistryImplementor. registerChild(ServiceRegistryImplementor child)
When a registry is created with a parent, the parent is notified of the child via this callback. -
Uses of ServiceRegistryImplementor in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement ServiceRegistryImplementor Modifier and Type Class Description class
ServiceRegistryTestingImpl
ServiceRegistry useful in testingMethods in org.hibernate.testing.boot with parameters of type ServiceRegistryImplementor Modifier and Type Method Description void
BasicTestingJdbcServiceImpl. injectServices(ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.testing.jdbc
Methods in org.hibernate.testing.jdbc with parameters of type ServiceRegistryImplementor Modifier and Type Method Description void
ConnectionProviderDelegate. injectServices(ServiceRegistryImplementor serviceRegistry)
-
Uses of ServiceRegistryImplementor in org.hibernate.tool.hbm2ddl
Methods in org.hibernate.tool.hbm2ddl with parameters of type ServiceRegistryImplementor Modifier and Type Method Description ImportSqlCommandExtractor
ImportSqlCommandExtractorInitiator. initiateService(java.util.Map configurationValues, ServiceRegistryImplementor registry)
-
Uses of ServiceRegistryImplementor in org.jboss.as.jpa.hibernate5.service
Methods in org.jboss.as.jpa.hibernate5.service with parameters of type ServiceRegistryImplementor Modifier and Type Method Description protected RegionFactory
CustomRegionFactoryInitiator. getFallback(java.util.Map configurationValues, ServiceRegistryImplementor registry)
protected JtaPlatform
CustomJtaPlatformInitiator. getFallbackProvider(java.util.Map configurationValues, ServiceRegistryImplementor registry)
-