| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceRegistry | |
|---|---|
| org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. | 
| org.hibernate.ejb | |
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs of the org.hibernatepackage. | 
| org.hibernate.metamodel | NOTE: This package is currently unfinished and therefore considered experimental and unsupported. | 
| org.hibernate.metamodel.source | |
| org.hibernate.metamodel.source.annotations | |
| org.hibernate.metamodel.source.annotations.entity | |
| org.hibernate.metamodel.source.annotations.xml.mocker | |
| org.hibernate.metamodel.source.hbm | |
| org.hibernate.metamodel.source.internal | |
| org.hibernate.service | |
| org.hibernate.service.internal | |
| org.hibernate.service.jta.platform.internal | |
| org.hibernate.service.spi | |
| org.hibernate.testing | |
| org.hibernate.tool.hbm2ddl | The hbm2ddl tool. | 
| Uses of ServiceRegistry in org.hibernate.cfg | 
|---|
| Methods in org.hibernate.cfg with parameters of type ServiceRegistry | |
|---|---|
|  SessionFactory | Configuration.buildSessionFactory(ServiceRegistry serviceRegistry)Create a SessionFactoryusing the properties and mappings in this configuration. | 
|  Settings | Configuration.buildSettings(Properties props,
              ServiceRegistry serviceRegistry) | 
|  Settings | SettingsFactory.buildSettings(Properties props,
              ServiceRegistry serviceRegistry) | 
|  Settings | Configuration.buildSettings(ServiceRegistry serviceRegistry)Create an object-oriented view of the configuration properties | 
| protected  QueryCacheFactory | SettingsFactory.createQueryCacheFactory(Properties properties,
                        ServiceRegistry serviceRegistry) | 
| protected  QueryTranslatorFactory | SettingsFactory.createQueryTranslatorFactory(Properties properties,
                             ServiceRegistry serviceRegistry) | 
| Uses of ServiceRegistry in org.hibernate.ejb | 
|---|
| Constructors in org.hibernate.ejb with parameters of type ServiceRegistry | |
|---|---|
| EntityManagerFactoryImpl(PersistenceUnitTransactionType transactionType,
                         boolean discardOnClose,
                         Class sessionInterceptorClass,
                         Configuration cfg,
                         ServiceRegistry serviceRegistry,
                         String persistenceUnitName) | |
| Uses of ServiceRegistry in org.hibernate.internal | 
|---|
| Methods in org.hibernate.internal that return ServiceRegistry | |
|---|---|
| protected  ServiceRegistry | TransactionEnvironmentImpl.serviceRegistry() | 
| Constructors in org.hibernate.internal with parameters of type ServiceRegistry | |
|---|---|
| SessionFactoryImpl(Configuration cfg,
                   Mapping mapping,
                   ServiceRegistry serviceRegistry,
                   Settings settings,
                   SessionFactoryObserver observer) | |
| Uses of ServiceRegistry in org.hibernate.metamodel | 
|---|
| Methods in org.hibernate.metamodel that return ServiceRegistry | |
|---|---|
|  ServiceRegistry | MetadataSources.getServiceRegistry() | 
| Constructors in org.hibernate.metamodel with parameters of type ServiceRegistry | |
|---|---|
| MetadataSources(ServiceRegistry serviceRegistry) | |
| MetadataSources(ServiceRegistry serviceRegistry,
                EntityResolver entityResolver,
                NamingStrategy namingStrategy) | |
| Uses of ServiceRegistry in org.hibernate.metamodel.source | 
|---|
| Methods in org.hibernate.metamodel.source that return ServiceRegistry | |
|---|---|
|  ServiceRegistry | MetadataImplementor.getServiceRegistry() | 
|  ServiceRegistry | BindingContext.getServiceRegistry() | 
| Uses of ServiceRegistry in org.hibernate.metamodel.source.annotations | 
|---|
| Methods in org.hibernate.metamodel.source.annotations that return ServiceRegistry | |
|---|---|
|  ServiceRegistry | AnnotationBindingContextImpl.getServiceRegistry() | 
| Uses of ServiceRegistry in org.hibernate.metamodel.source.annotations.entity | 
|---|
| Methods in org.hibernate.metamodel.source.annotations.entity that return ServiceRegistry | |
|---|---|
|  ServiceRegistry | EntityBindingContext.getServiceRegistry() | 
| Uses of ServiceRegistry in org.hibernate.metamodel.source.annotations.xml.mocker | 
|---|
| Constructors in org.hibernate.metamodel.source.annotations.xml.mocker with parameters of type ServiceRegistry | |
|---|---|
| EntityMappingsMocker(List<JaxbEntityMappings> entityMappingsList,
                     org.jboss.jandex.Index index,
                     ServiceRegistry serviceRegistry) | |
| Uses of ServiceRegistry in org.hibernate.metamodel.source.hbm | 
|---|
| Methods in org.hibernate.metamodel.source.hbm with parameters of type ServiceRegistry | |
|---|---|
| static Class | Helper.classForName(String className,
             ServiceRegistry serviceRegistry) | 
| Uses of ServiceRegistry in org.hibernate.metamodel.source.internal | 
|---|
| Methods in org.hibernate.metamodel.source.internal that return ServiceRegistry | |
|---|---|
|  ServiceRegistry | MetadataImpl.getServiceRegistry() | 
| Uses of ServiceRegistry in org.hibernate.service | 
|---|
| Subinterfaces of ServiceRegistry in org.hibernate.service | |
|---|---|
|  interface | BootstrapServiceRegistrySpecialization of the ServiceRegistrycontract mainly to make theServiceRegistryBuilder.ServiceRegistryBuilder(BootstrapServiceRegistry)signature type-safe | 
| Methods in org.hibernate.service that return ServiceRegistry | |
|---|---|
|  ServiceRegistry | ServiceRegistryBuilder.buildServiceRegistry()Build the service registry accounting for all settings and service initiators and services. | 
|  ServiceRegistry | ServiceRegistry.getParentServiceRegistry()Retrieve this registry's parent registry. | 
| Methods in org.hibernate.service with parameters of type ServiceRegistry | |
|---|---|
| static void | ServiceRegistryBuilder.destroy(ServiceRegistry serviceRegistry)Destroy a service registry. | 
| Uses of ServiceRegistry in org.hibernate.service.internal | 
|---|
| Classes in org.hibernate.service.internal that implement ServiceRegistry | |
|---|---|
|  class | AbstractServiceRegistryImpl | 
|  class | BootstrapServiceRegistryImplServiceRegistryimplementation containing specialized "bootstrap" services, specifically:ClassLoaderServiceIntegratorService | 
|  class | SessionFactoryServiceRegistryImpl | 
|  class | StandardServiceRegistryImplHibernate implementation of the standard service registry. | 
| Methods in org.hibernate.service.internal that return ServiceRegistry | |
|---|---|
|  ServiceRegistry | BootstrapServiceRegistryImpl.getParentServiceRegistry() | 
|  ServiceRegistry | AbstractServiceRegistryImpl.getParentServiceRegistry() | 
| Uses of ServiceRegistry in org.hibernate.service.jta.platform.internal | 
|---|
| Methods in org.hibernate.service.jta.platform.internal that return ServiceRegistry | |
|---|---|
| protected  ServiceRegistry | AbstractJtaPlatform.serviceRegistry() | 
| Uses of ServiceRegistry in org.hibernate.service.spi | 
|---|
| Subinterfaces of ServiceRegistry in org.hibernate.service.spi | |
|---|---|
|  interface | ServiceRegistryImplementorAdditional integration contracts for a service registry. | 
|  interface | SessionFactoryServiceRegistrySpecialized ServiceRegistryimplementation that holds services which need access
 to theSessionFactoryduring initialization. | 
| Uses of ServiceRegistry in org.hibernate.testing | 
|---|
| Methods in org.hibernate.testing with parameters of type ServiceRegistry | |
|---|---|
| static void | ServiceRegistryBuilder.destroy(ServiceRegistry serviceRegistry) | 
| Uses of ServiceRegistry in org.hibernate.tool.hbm2ddl | 
|---|
| Constructors in org.hibernate.tool.hbm2ddl with parameters of type ServiceRegistry | |
|---|---|
| SchemaExport(ServiceRegistry serviceRegistry,
             Configuration configuration) | |
| SchemaUpdate(ServiceRegistry serviceRegistry,
             Configuration cfg) | |
| SchemaValidator(ServiceRegistry serviceRegistry,
                Configuration cfg) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||