org.picocontainer.persistence.hibernate
Class ConstructableConfiguration

java.lang.Object
  extended by org.hibernate.cfg.Configuration
      extended by org.picocontainer.persistence.hibernate.ConstructableConfiguration
All Implemented Interfaces:
Serializable

public class ConstructableConfiguration
extends org.hibernate.cfg.Configuration

Constructable Hibernate configuration. Just a wrapper around various configure() methods. See respective Configuration methods.

Author:
Jose Peleteiro
See Also:
Configuration, Serialized Form

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
ConstructableConfiguration()
           
ConstructableConfiguration(Document document)
           
ConstructableConfiguration(File configFile)
           
ConstructableConfiguration(String resource)
           
ConstructableConfiguration(URL url)
           
 
Method Summary
 
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, parseMappingElement, reset, secondPassCompile, secondPassCompileForeignKeys, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setEntityNotFoundDelegate, setEntityResolver, setInterceptor, setListener, 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

ConstructableConfiguration

public ConstructableConfiguration()

ConstructableConfiguration

public ConstructableConfiguration(URL url)

ConstructableConfiguration

public ConstructableConfiguration(String resource)

ConstructableConfiguration

public ConstructableConfiguration(File configFile)

ConstructableConfiguration

public ConstructableConfiguration(Document document)


Copyright © 2008. All Rights Reserved.