public class ConfigurationExt
extends org.hibernate.cfg.Configuration
Modifier and Type | Field and Description |
---|---|
static String |
UPLOAD_DATE_PROPERTY
Name of property for max upload date of all modules from which configuration is generated.
|
ARTEFACT_PROCESSING_ORDER, auxiliaryDatabaseObjects, classes, collections, columnNameBindingPerTable, DEFAULT_ARTEFACT_PROCESSING_ORDER, DEFAULT_CACHE_CONCURRENCY_STRATEGY, extendsQueue, fetchProfiles, filterDefinitions, imports, metadataSourceQueue, namedQueries, namedSqlQueries, propertyReferences, secondPasses, settingsFactory, sqlFunctions, sqlResultSetMappings, tableNameBinding, tables, typeDefs, USE_NEW_ID_GENERATOR_MAPPINGS, xmlHelper
Constructor and Description |
---|
ConfigurationExt()
Creates new instance.
|
ConfigurationExt(Collection<? extends org.hibernate.mapping.PersistentClass> classes,
Collection<? extends org.hibernate.mapping.Table> tables,
Collection<? extends org.hibernate.mapping.Collection> collections)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
org.hibernate.engine.spi.SessionFactoryImplementor |
buildSessionFactory()
Deprecated.
|
List<org.hibernate.mapping.AuxiliaryDatabaseObject> |
getAuxiliaryDatabaseObjects()
Returns the list of all auxiliary database objects.
|
void |
update(Collection<? extends org.hibernate.mapping.PersistentClass> classes,
Collection<? extends org.hibernate.mapping.Table> tables,
Collection<? extends org.hibernate.mapping.Collection> collections) |
add, addAnnotatedClass, addAuxiliaryDatabaseObject, addCacheableFile, addCacheableFile, addCacheableFileStrictly, addClass, addDirectory, addDocument, addFetchProfile, addFile, addFile, addFilterDefinition, addInputStream, addJar, addPackage, addProperties, addResource, addResource, addSqlFunction, addURL, addXML, buildMapping, buildMappings, buildSessionFactory, buildSettings, buildSettings, configure, configure, configure, configure, configure, createMappings, doConfigure, doConfigure, findPossibleExtends, generateDropSchemaScript, generateSchemaCreationScript, generateSchemaUpdateScript, generateSchemaUpdateScriptList, getClassMapping, getClassMappings, getCollectionMapping, getCollectionMappings, getConfigurationInputStream, getCurrentTenantIdentifierResolver, getEntityNotFoundDelegate, getEntityResolver, getEntityTuplizerFactory, getFilterDefinitions, getIdentifierGeneratorFactory, getImports, getInterceptor, getMappedSuperclassMappings, getNamedQueries, getNamedSQLQueries, getNamingStrategy, getNamingStrategyDelegator, getProperties, getProperty, getReflectionManager, getSessionFactoryObserver, getSqlFunctions, getSqlResultSetMappings, getTableMappings, getTypeResolver, iterateFetchProfiles, mergeProperties, registerTypeContributor, registerTypeOverride, registerTypeOverride, registerTypeOverride, reset, secondPassCompile, secondPassCompileForeignKeys, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCurrentTenantIdentifierResolver, setEntityNotFoundDelegate, setEntityResolver, setInterceptor, setNamingStrategy, setNamingStrategyDelegator, setPrecedence, setProperties, setProperty, setSessionFactoryObserver, validateSchema
public static final String UPLOAD_DATE_PROPERTY
public ConfigurationExt(Collection<? extends org.hibernate.mapping.PersistentClass> classes, Collection<? extends org.hibernate.mapping.Table> tables, Collection<? extends org.hibernate.mapping.Collection> collections)
classes
- tables
- collections
- public ConfigurationExt()
public void update(Collection<? extends org.hibernate.mapping.PersistentClass> classes, Collection<? extends org.hibernate.mapping.Table> tables, Collection<? extends org.hibernate.mapping.Collection> collections)
classes
- tables
- collections
- @Deprecated public org.hibernate.engine.spi.SessionFactoryImplementor buildSessionFactory() throws org.hibernate.HibernateException
buildSessionFactory
in class org.hibernate.cfg.Configuration
org.hibernate.HibernateException
public List<org.hibernate.mapping.AuxiliaryDatabaseObject> getAuxiliaryDatabaseObjects()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.