Modifier and Type | Interface and Description |
---|---|
interface |
BootstrapServiceRegistry
Provides the most basic services needed.
|
interface |
StandardServiceRegistry
Specialization of the
ServiceRegistry contract mainly for type safety. |
Modifier and Type | Method and Description |
---|---|
static void |
StandardServiceRegistryBuilder.destroy(ServiceRegistry serviceRegistry)
Destroy a service registry.
|
Modifier and Type | Class and Description |
---|---|
class |
BootstrapServiceRegistryImpl
ServiceRegistry implementation containing specialized "bootstrap" services, specifically:
ClassLoaderService
IntegratorService
StrategySelector
IMPL NOTE : Currently implements the deprecated BootstrapServiceRegistry contract
so that the registry returned from the builder works on the deprecated sense. |
class |
StandardServiceRegistryImpl
Standard Hibernate implementation of the standard service registry.
|
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
BootstrapServiceRegistryImpl.getParentServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
SessionFactory |
Configuration.buildSessionFactory(ServiceRegistry serviceRegistry)
Create a
SessionFactory using 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) |
Modifier and Type | Method and Description |
---|---|
void |
Dialect.contributeTypes(TypeContributions typeContributions,
ServiceRegistry serviceRegistry)
Allows the Dialect to contribute additional types
|
Modifier and Type | Method and Description |
---|---|
protected ServiceRegistry |
AbstractJtaPlatform.serviceRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
TypeContributorImpl.contribute(TypeContributions typeContributions,
ServiceRegistry serviceRegistry) |
Constructor and Description |
---|
EnversSchemaGenerator(ServiceRegistry serviceRegistry,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
protected ServiceRegistry |
TransactionEnvironmentImpl.serviceRegistry() |
Constructor and Description |
---|
SessionFactoryImpl(Configuration cfg,
Mapping mapping,
ServiceRegistry serviceRegistry,
Settings settings,
SessionFactoryObserver observer) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
EntityManagerFactoryBuilderImpl.buildServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
Configuration |
EntityManagerFactoryBuilderImpl.buildHibernateConfiguration(ServiceRegistry serviceRegistry) |
Constructor and Description |
---|
EntityManagerFactoryImpl(PersistenceUnitTransactionType transactionType,
boolean discardOnClose,
Class sessionInterceptorClass,
Configuration cfg,
ServiceRegistry serviceRegistry,
String persistenceUnitName) |
Modifier and Type | Method and Description |
---|---|
static void |
JpaSchemaGenerator.performGeneration(Configuration hibernateConfiguration,
ServiceRegistry serviceRegistry) |
Constructor and Description |
---|
JpaSchemaGenerator.Generation(ServiceRegistry serviceRegistry)
Constructs a generation process
|
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
MetadataSources.getServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
MetadataSources.isExpectedServiceRegistryType(ServiceRegistry serviceRegistry) |
Constructor and Description |
---|
MetadataSources(ServiceRegistry serviceRegistry) |
MetadataSources(ServiceRegistry serviceRegistry,
EntityResolver entityResolver,
NamingStrategy namingStrategy) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
BindingContext.getServiceRegistry() |
ServiceRegistry |
MetadataImplementor.getServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
AnnotationBindingContextImpl.getServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
EntityBindingContext.getServiceRegistry() |
Constructor and Description |
---|
EntityMappingsMocker(List<JaxbEntityMappings> entityMappingsList,
org.jboss.jandex.Index index,
ServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
static Class |
Helper.classForName(String className,
ServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
MetadataImpl.getServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
TypeContributor.contribute(TypeContributions typeContributions,
ServiceRegistry serviceRegistry)
Contribute types
|
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
ServiceRegistryBuilder.buildServiceRegistry()
Deprecated.
Don't remove yet: used by JBoss Tools
|
ServiceRegistry |
ServiceRegistry.getParentServiceRegistry()
Retrieve this registry's parent registry.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServiceRegistryImpl
Basic implementation of the ServiceRegistry and ServiceRegistryImplementor contracts
|
class |
SessionFactoryServiceRegistryImpl |
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
AbstractServiceRegistryImpl.getParentServiceRegistry() |
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static void |
ServiceRegistryBuilder.destroy(ServiceRegistry serviceRegistry) |
Constructor and Description |
---|
SchemaExport(ServiceRegistry serviceRegistry,
Configuration configuration) |
SchemaUpdate(ServiceRegistry serviceRegistry,
Configuration cfg) |
SchemaValidator(ServiceRegistry serviceRegistry,
Configuration cfg) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.