|
||||||||||
| 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. |
| 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 | |
| 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 SessionFactory using the properties and mappings in this configuration. |
Settings |
SettingsFactory.buildSettings(Properties props,
ServiceRegistry serviceRegistry)
|
Settings |
Configuration.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 |
BindingContext.getServiceRegistry()
|
ServiceRegistry |
MetadataImplementor.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 |
BootstrapServiceRegistry
Specialization of the ServiceRegistry contract mainly to make the
ServiceRegistryBuilder.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 |
BootstrapServiceRegistryImpl
ServiceRegistry implementation containing specialized "bootstrap" services, specifically:
ClassLoaderService
IntegratorService
|
class |
SessionFactoryServiceRegistryImpl
|
class |
StandardServiceRegistryImpl
Hibernate 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 |
ServiceRegistryImplementor
Additional integration contracts for a service registry. |
interface |
SessionFactoryServiceRegistry
Specialized ServiceRegistry implementation that holds services which need access
to the SessionFactory during 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 |
|---|
| Constructors in org.hibernate.tool with parameters of type ServiceRegistry | |
|---|---|
EnversSchemaGenerator(ServiceRegistry serviceRegistry,
Configuration configuration)
|
|
| 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 | |||||||||