Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » cfg » [javadoc | source]
org.hibernate.cfg
public class: JDBCMetaDataConfiguration [javadoc | source]
java.lang.Object
   org.hibernate.cfg.Configuration
      org.hibernate.cfg.JDBCMetaDataConfiguration

All Implemented Interfaces:
    Serializable

Fields inherited from org.hibernate.cfg.Configuration:
classes,  imports,  collections,  tables,  auxiliaryDatabaseObjects,  sqlFunctions,  namedQueries,  namedSqlQueries,  sqlResultSetMappings,  filterDefinitions,  secondPasses,  propertyReferences,  extendsQueue,  tableNameBinding,  columnNameBindingPerTable,  xmlHelper,  typeDefs,  namingStrategy,  settingsFactory
Method from org.hibernate.cfg.JDBCMetaDataConfiguration Summary:
getReverseEngineeringStrategy,   parseMappingElement,   preferBasicCompositeIds,   readFromJDBC,   secondPassCompileForeignKeys,   setPreferBasicCompositeIds,   setReverseEngineeringStrategy
Methods from 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,   getRootClassMapping,   getSessionFactoryObserver,   getSqlFunctions,   getSqlResultSetMappings,   getTableMappings,   mergeProperties,   parseMappingElement,   reset,   secondPassCompile,   secondPassCompileForeignKeys,   setCacheConcurrencyStrategy,   setCacheConcurrencyStrategy,   setCacheConcurrencyStrategy,   setCollectionCacheConcurrencyStrategy,   setCollectionCacheConcurrencyStrategy,   setEntityNotFoundDelegate,   setEntityResolver,   setInterceptor,   setListener,   setListener,   setListeners,   setListeners,   setNamingStrategy,   setProperties,   setProperty,   setSessionFactoryObserver,   validateSchema
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.cfg.JDBCMetaDataConfiguration Detail:
 public ReverseEngineeringStrategy getReverseEngineeringStrategy() 
 protected  void parseMappingElement(Element subelement,
    String name) 
 public 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.
 public  void readFromJDBC() 
 protected  void secondPassCompileForeignKeys(Table table,
    Set done) throws MappingException 
 public  void setPreferBasicCompositeIds(boolean flag) 
 public  void setReverseEngineeringStrategy(ReverseEngineeringStrategy reverseEngineeringStrategy)