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.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.spi org.hibernate.tool.hbm2ddl -
-
Uses of ServiceRegistryImplementor in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry with parameters of type ServiceRegistryImplementor Modifier and Type Method Description RStandardServiceInitiator. initiateService(java.util.Map configurationValues, ServiceRegistryImplementor registry)Initiates the managed service. -
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 voidDataSourceBasedMultiTenantConnectionProviderImpl. 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 NativeQueryInterpreterNativeQueryInterpreterInitiator. 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 ServiceRegistryImplementorSessionFactoryDelegatingImpl. getServiceRegistry()ServiceRegistryImplementorSessionFactoryImplementor. getServiceRegistry()Access to the ServiceRegistry for this SessionFactory.Methods in org.hibernate.engine.spi with parameters of type ServiceRegistryImplementor Modifier and Type Method Description CacheImplementorCacheInitiator. 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 JtaPlatformJtaPlatformResolver. 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 ManagedBeanRegistryManagedBeanRegistryInitiator. initiateService(java.util.Map configurationValues, ServiceRegistryImplementor serviceRegistry) -
Uses of ServiceRegistryImplementor in org.hibernate.service.spi
Subinterfaces of ServiceRegistryImplementor in org.hibernate.service.spi Modifier and Type Interface Description interfaceSessionFactoryServiceRegistrySpecializedServiceRegistryimplementation that holds services which need access to theSessionFactoryduring initialization.Methods in org.hibernate.service.spi that return ServiceRegistryImplementor Modifier and Type Method Description ServiceRegistryImplementorSessionFactoryServiceInitiatorContext. getServiceRegistry()Methods in org.hibernate.service.spi with parameters of type ServiceRegistryImplementor Modifier and Type Method Description voidServiceRegistryImplementor. deRegisterChild(ServiceRegistryImplementor child)When a registry is created with a parent, the parent is notified of the child via this callback.RSessionFactoryServiceInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry)Deprecated.voidServiceRegistryAwareService. injectServices(ServiceRegistryImplementor serviceRegistry)Callback to inject the registry.voidServiceRegistryImplementor. 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.tool.hbm2ddl
Methods in org.hibernate.tool.hbm2ddl with parameters of type ServiceRegistryImplementor Modifier and Type Method Description ImportSqlCommandExtractorImportSqlCommandExtractorInitiator. initiateService(java.util.Map configurationValues, ServiceRegistryImplementor registry)
-