Modifier and Type | Method and Description |
---|---|
void |
CollectionCacheInvalidator.integrate(Configuration configuration,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationConfiguration
Deprecated.
All functionality has been moved to
Configuration |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.addAnnotatedClass(Class annotatedClass)
Read metadata from the annotations associated with this class.
|
Configuration |
Configuration.addCacheableFile(File xmlFile)
Add a cached mapping file.
|
Configuration |
Configuration.addCacheableFile(String xmlFile)
Add a cacheable mapping file.
|
Configuration |
Configuration.addCacheableFileStrictly(File xmlFile)
INTENDED FOR TESTSUITE USE ONLY!
Much like
addCacheableFile(File) except that here we will fail immediately if
the cache version cannot be found or used for whatever reason |
Configuration |
Configuration.addClass(Class persistentClass)
Read a mapping as an application resource using the convention that a class
named foo.bar.Foo is mapped by a file foo/bar/Foo.hbm.xml
which can be resolved as a classpath resource.
|
Configuration |
Configuration.addDirectory(File dir)
Read all mapping documents from a directory tree.
|
Configuration |
Configuration.addDocument(Document doc)
Read mappings from a DOM Document
|
Configuration |
Configuration.addFile(File xmlFile)
Read mappings from a particular XML file
|
Configuration |
Configuration.addFile(String xmlFile)
Read mappings from a particular XML file
|
Configuration |
Configuration.addInputStream(InputStream xmlInputStream)
Read mappings from an
InputStream . |
Configuration |
Configuration.addJar(File jar)
Read all mappings from a jar file
Assumes that any file named *.hbm.xml is a mapping document.
|
Configuration |
Configuration.addPackage(String packageName)
Read package-level metadata.
|
Configuration |
Configuration.addProperties(Properties extraProperties)
Add the given properties to ours.
|
Configuration |
Configuration.addResource(String resourceName)
Read mappings as a application resourceName (i.e.
|
Configuration |
Configuration.addResource(String resourceName,
ClassLoader classLoader)
Read mappings as a application resource (i.e.
|
Configuration |
Configuration.addURL(URL url)
Read mappings from a URL
|
Configuration |
Configuration.addXML(String xml)
Read mappings from a String
|
protected Configuration |
ExternalSessionFactoryConfig.buildConfiguration() |
Configuration |
Configuration.configure()
Use the mappings and properties specified in an application resource named hibernate.cfg.xml.
|
Configuration |
Configuration.configure(Document document)
Use the mappings and properties specified in the given XML document.
|
Configuration |
Configuration.configure(File configFile)
Use the mappings and properties specified in the given application file.
|
Configuration |
Configuration.configure(String resource)
Use the mappings and properties specified in the given application resource.
|
Configuration |
Configuration.configure(URL url)
Use the mappings and properties specified in the given document.
|
protected Configuration |
Configuration.doConfigure(org.dom4j.Document doc)
Parse a dom4j document conforming to the Hibernate Configuration DTD (hibernate-configuration-3.0.dtd)
and use its information to configure this
Configuration 's state |
protected Configuration |
Configuration.doConfigure(InputStream stream,
String resourceName)
Configure this configuration's state from the contents of the given input stream.
|
Configuration |
Configuration.mergeProperties(Properties properties)
Adds the incoming properties to the internal properties structure, as long as the internal structure does not
already contain an entry for the given key.
|
Configuration |
Configuration.setCacheConcurrencyStrategy(String entityName,
String concurrencyStrategy)
Set up a cache for an entity class
|
Configuration |
Configuration.setCacheConcurrencyStrategy(String entityName,
String concurrencyStrategy,
String region)
Set up a cache for an entity class, giving an explicit region name
|
Configuration |
Configuration.setCollectionCacheConcurrencyStrategy(String collectionRole,
String concurrencyStrategy)
Set up a cache for a collection role
|
Configuration |
Configuration.setInterceptor(Interceptor interceptor)
Set the current
Interceptor |
Configuration |
Configuration.setNamingStrategy(NamingStrategy namingStrategy)
Set the current naming strategy.
|
Configuration |
Configuration.setNamingStrategyDelegator(NamingStrategyDelegator namingStrategyDelegator)
Set a current naming strategy delegator.
|
Configuration |
Configuration.setProperties(Properties properties)
Specify a completely new set of properties
|
Configuration |
Configuration.setProperty(String propertyName,
String value)
Set a property value by name
|
Modifier and Type | Method and Description |
---|---|
void |
XMLContext.applyDiscoveredAttributeConverters(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
Configuration |
ActivationContext.getConfiguration()
Access the Configuration
|
Modifier and Type | Method and Description |
---|---|
void |
BeanValidationEventListener.initialize(Configuration cfg) |
void |
BeanValidationIntegrator.integrate(Configuration configuration,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
NativeQueryInterpreter |
NativeQueryInterpreterInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
CacheImplementor |
CacheInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
RevisionInfoConfigurationResult |
RevisionInfoConfiguration.configure(Configuration cfg,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager) |
EntitiesConfigurations |
EntitiesConfigurator.configure(Configuration cfg,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
GlobalConfiguration globalCfg,
AuditEntitiesConfiguration verEntCfg,
AuditStrategy auditStrategy,
ClassLoaderService classLoaderService,
org.dom4j.Document revisionInfoXmlMapping,
org.dom4j.Element revisionInfoRelationMapping) |
Constructor and Description |
---|
PersistentClassGraphDefiner(Configuration cfg) |
Constructor and Description |
---|
AuditMetadataGenerator(Configuration cfg,
GlobalConfiguration globalCfg,
AuditEntitiesConfiguration verEntCfg,
AuditStrategy auditStrategy,
ClassLoaderService classLoaderService,
org.dom4j.Element revisionInfoRelationMapping,
AuditEntityNameRegister auditEntityNameRegister) |
Modifier and Type | Method and Description |
---|---|
static AuditConfiguration |
AuditConfiguration.getFor(Configuration cfg) |
static AuditConfiguration |
AuditConfiguration.getFor(Configuration cfg,
ClassLoaderService classLoaderService) |
Constructor and Description |
---|
AuditConfiguration(Configuration cfg) |
AuditConfiguration(Configuration cfg,
ClassLoaderService classLoaderService) |
Modifier and Type | Method and Description |
---|---|
void |
EnversIntegrator.integrate(Configuration configuration,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
Constructor and Description |
---|
EnversSchemaGenerator(Configuration configuration) |
EnversSchemaGenerator(Configuration configuration,
Connection connection) |
EnversSchemaGenerator(Configuration configuration,
Properties properties) |
EnversSchemaGenerator(ServiceRegistry serviceRegistry,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
EventListenerRegistry |
EventListenerServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
void |
Integrator.integrate(Configuration configuration,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Perform integration.
|
Constructor and Description |
---|
SessionFactoryImpl(Configuration cfg,
Mapping mapping,
ServiceRegistry serviceRegistry,
Settings settings,
SessionFactoryObserver observer) |
Modifier and Type | Method and Description |
---|---|
Configuration |
EntityManagerFactoryBuilderImpl.buildHibernateConfiguration(ServiceRegistry serviceRegistry) |
Configuration |
EntityManagerFactoryBuilderImpl.getHibernateConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
JpaIntegrator.integrate(Configuration configuration,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
protected org.hibernate.jpa.internal.EntityManagerFactoryImpl.JpaMetaModelPopulationSetting |
EntityManagerFactoryImpl.determineJpaMetaModelPopulationSetting(Configuration cfg) |
Constructor and Description |
---|
EntityManagerFactoryImpl(PersistenceUnitTransactionType transactionType,
boolean discardOnClose,
Class sessionInterceptorClass,
Configuration cfg,
ServiceRegistry serviceRegistry,
String persistenceUnitName) |
EntityManagerFactoryImpl(String persistenceUnitName,
SessionFactoryImplementor sessionFactory,
SettingsImpl settings,
Map<?,?> configurationValues,
Configuration cfg) |
Modifier and Type | Method and Description |
---|---|
void |
JpaSchemaGenerator.Generation.execute(Configuration hibernateConfiguration)
Perform the generation, as indicated by the settings
|
static void |
JpaSchemaGenerator.performGeneration(Configuration hibernateConfiguration,
ServiceRegistry serviceRegistry) |
Constructor and Description |
---|
GenerationSourceFromMetadata(Configuration hibernateConfiguration,
Dialect dialect,
boolean creation) |
Constructor and Description |
---|
AbstractCollectionPersister(Collection collection,
CollectionRegionAccessStrategy cacheAccessStrategy,
Configuration cfg,
SessionFactoryImplementor factory) |
BasicCollectionPersister(Collection collection,
CollectionRegionAccessStrategy cacheAccessStrategy,
Configuration cfg,
SessionFactoryImplementor factory) |
OneToManyPersister(Collection collection,
CollectionRegionAccessStrategy cacheAccessStrategy,
Configuration cfg,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
CollectionPersister |
PersisterFactoryImpl.createCollectionPersister(Configuration cfg,
Collection collectionMetadata,
CollectionRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
CollectionPersister |
PersisterFactory.createCollectionPersister(Configuration cfg,
Collection model,
CollectionRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory)
Create a collection persister instance.
|
Modifier and Type | Method and Description |
---|---|
void |
JaccIntegrator.integrate(Configuration configuration,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryServiceRegistryImpl |
SessionFactoryServiceRegistryFactoryImpl.buildServiceRegistry(SessionFactoryImplementor sessionFactory,
Configuration configuration) |
Constructor and Description |
---|
SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent,
SessionFactoryImplementor sessionFactory,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryServiceRegistryImpl |
SessionFactoryServiceRegistryFactory.buildServiceRegistry(SessionFactoryImplementor sessionFactory,
Configuration configuration)
Create the registry.
|
R |
SessionFactoryServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
Modifier and Type | Method and Description |
---|---|
StatisticsImplementor |
StatisticsInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
static Configuration |
TestingDatabaseInfo.buildBaseConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
BaseCoreFunctionalTestCase.buildConfiguration() |
protected Configuration |
BaseCoreFunctionalTestCase.configuration() |
protected Configuration |
BaseCoreFunctionalTestCase.constructAndConfigureConfiguration() |
protected Configuration |
BaseCoreFunctionalTestCase.constructConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseCoreFunctionalTestCase.addMappings(Configuration configuration) |
protected void |
BaseCoreFunctionalTestCase.afterConfigurationBuilt(Configuration configuration) |
protected void |
BaseCoreFunctionalTestCase.applyCacheSettings(Configuration configuration) |
protected StandardServiceRegistryImpl |
BaseCoreFunctionalTestCase.buildServiceRegistry(BootstrapServiceRegistry bootRegistry,
Configuration configuration) |
protected void |
BaseCoreFunctionalTestCase.configure(Configuration configuration) |
static void |
Helper.createH2Schema(String schemaName,
Configuration cfg) |
Constructor and Description |
---|
DatabaseMetadata(Connection connection,
Dialect dialect,
Configuration config) |
DatabaseMetadata(Connection connection,
Dialect dialect,
Configuration config,
boolean extras) |
SchemaExport(Configuration configuration)
Create a schema exporter for the given Configuration
|
SchemaExport(Configuration configuration,
Connection connection)
Create a schema exporter for the given Configuration, using the supplied connection for connectivity.
|
SchemaExport(Configuration configuration,
Properties properties)
Deprecated.
properties may be specified via the Configuration object
|
SchemaExport(ServiceRegistry serviceRegistry,
Configuration configuration) |
SchemaUpdate(Configuration cfg) |
SchemaUpdate(Configuration configuration,
Properties properties) |
SchemaUpdate(ServiceRegistry serviceRegistry,
Configuration cfg) |
SchemaValidator(Configuration cfg) |
SchemaValidator(Configuration cfg,
Properties connectionProperties) |
SchemaValidator(ServiceRegistry serviceRegistry,
Configuration cfg) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.