public class OverrideConfiguration
extends org.hibernate.cfg.Configuration
| Modifier and Type | Class and Description |
|---|---|
protected class |
OverrideConfiguration.OverrideMappings |
ARTEFACT_PROCESSING_ORDER, auxiliaryDatabaseObjects, classes, collections, columnNameBindingPerTable, DEFAULT_ARTEFACT_PROCESSING_ORDER, DEFAULT_CACHE_CONCURRENCY_STRATEGY, extendsQueue, fetchProfiles, filterDefinitions, imports, metadataSourceQueue, namedQueries, namedSqlQueries, namingStrategy, propertyReferences, secondPasses, settingsFactory, sqlFunctions, sqlResultSetMappings, tableNameBinding, tables, typeDefs, USE_NEW_ID_GENERATOR_MAPPINGS, xmlHelper| Constructor and Description |
|---|
OverrideConfiguration() |
OverrideConfiguration(org.hibernate.cfg.SettingsFactory settingsFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.cfg.Mappings |
createMappings() |
protected org.hibernate.cfg.Configuration |
doConfigure(InputStream stream,
String resourceName)
Just disable xml file validation.
Speed up boostrap |
int |
getDynaupdateMinColumn() |
protected void |
secondPassCompile()
Update persistentclass and collection's schema.
Remove duplicated persistentClass register in classes map. |
void |
setDynaupdateMinColumn(int dynaupdateMinColumn) |
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, buildSessionFactory, buildSettings, buildSettings, configure, configure, configure, configure, configure, doConfigure, findPossibleExtends, generateDropSchemaScript, generateSchemaCreationScript, generateSchemaUpdateScript, generateSchemaUpdateScriptList, getClassMapping, getClassMappings, getCollectionMapping, getCollectionMappings, getConfigurationInputStream, getCurrentTenantIdentifierResolver, getEntityNotFoundDelegate, getEntityResolver, getEntityTuplizerFactory, getFilterDefinitions, getIdentifierGeneratorFactory, getImports, getInterceptor, getMappedSuperclassMappings, getNamedQueries, getNamedSQLQueries, getNamingStrategy, getProperties, getProperty, getReflectionManager, getSessionFactoryObserver, getSqlFunctions, getSqlResultSetMappings, getTableMappings, getTypeResolver, iterateFetchProfiles, mergeProperties, registerTypeContributor, registerTypeOverride, registerTypeOverride, registerTypeOverride, reset, secondPassCompileForeignKeys, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCurrentTenantIdentifierResolver, setEntityNotFoundDelegate, setEntityResolver, setInterceptor, setNamingStrategy, setPrecedence, setProperties, setProperty, setSessionFactoryObserver, validateSchemapublic OverrideConfiguration()
public OverrideConfiguration(org.hibernate.cfg.SettingsFactory settingsFactory)
protected org.hibernate.cfg.Configuration doConfigure(InputStream stream, String resourceName) throws org.hibernate.HibernateException
doConfigure in class org.hibernate.cfg.Configurationorg.hibernate.HibernateExceptionpublic org.hibernate.cfg.Mappings createMappings()
createMappings in class org.hibernate.cfg.Configurationprotected void secondPassCompile()
throws org.hibernate.MappingException
secondPassCompile in class org.hibernate.cfg.Configurationorg.hibernate.MappingExceptionConfiguration.addClass(Class)public int getDynaupdateMinColumn()
public void setDynaupdateMinColumn(int dynaupdateMinColumn)
Copyright © 2005–2014 The Beangle Software Group. All rights reserved.