|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.cfg.Configuration
org.hibernate.cfg.JDBCMetaDataConfiguration
public class JDBCMetaDataConfiguration
| Field Summary |
|---|
| Fields inherited from class org.hibernate.cfg.Configuration |
|---|
auxiliaryDatabaseObjects, classes, collections, columnNameBindingPerTable, extendsQueue, filterDefinitions, imports, namedQueries, namedSqlQueries, namingStrategy, propertyReferences, secondPasses, settingsFactory, sqlFunctions, sqlResultSetMappings, tableNameBinding, tables, typeDefs, xmlHelper |
| Constructor Summary | |
|---|---|
JDBCMetaDataConfiguration()
|
|
| Method Summary | |
|---|---|
ReverseEngineeringStrategy |
getReverseEngineeringStrategy()
|
protected void |
parseMappingElement(org.dom4j.Element subelement,
String name)
|
boolean |
preferBasicCompositeIds()
If true, compositeid's will not create key-many-to-one and non-updatable/non-insertable many-to-one will be created instead. |
void |
readFromJDBC()
|
protected void |
secondPassCompileForeignKeys(org.hibernate.mapping.Table table,
Set done)
|
void |
setPreferBasicCompositeIds(boolean flag)
|
void |
setReverseEngineeringStrategy(ReverseEngineeringStrategy reverseEngineeringStrategy)
|
| Methods inherited from class org.hibernate.cfg.Configuration |
|---|
add, addAuxiliaryDatabaseObject, addCacheableFile, addCacheableFile, addClass, addDirectory, addDocument, addFile, addFile, addFilterDefinition, addInputStream, addJar, addProperties, addResource, addResource, addSqlFunction, addURL, addXML, buildMapping, buildMappings, buildSessionFactory, buildSettings, buildSettings, configure, configure, configure, configure, configure, createMappings, doConfigure, doConfigure, findPossibleExtends, generateDropSchemaScript, generateSchemaCreationScript, generateSchemaUpdateScript, getClassMapping, getClassMappings, getCollectionMapping, getCollectionMappings, getConfigurationInputStream, getEntityNotFoundDelegate, getEntityResolver, getEventListeners, getFilterDefinitions, getImports, getInterceptor, getNamedQueries, getNamedSQLQueries, getNamingStrategy, getProperties, getProperty, getSqlFunctions, getSqlResultSetMappings, getTableMappings, mergeProperties, reset, secondPassCompile, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setEntityNotFoundDelegate, setEntityResolver, setInterceptor, setListener, setListeners, setListeners, setNamingStrategy, setProperties, setProperty, validateSchema |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDBCMetaDataConfiguration()
| Method Detail |
|---|
protected void secondPassCompileForeignKeys(org.hibernate.mapping.Table table,
Set done)
throws org.hibernate.MappingException
secondPassCompileForeignKeys in class org.hibernate.cfg.Configurationorg.hibernate.MappingExceptionpublic void readFromJDBC()
public boolean preferBasicCompositeIds()
public void setPreferBasicCompositeIds(boolean flag)
protected void parseMappingElement(org.dom4j.Element subelement,
String name)
parseMappingElement in class org.hibernate.cfg.Configurationpublic void setReverseEngineeringStrategy(ReverseEngineeringStrategy reverseEngineeringStrategy)
public ReverseEngineeringStrategy getReverseEngineeringStrategy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||