org.nanocontainer.persistence.hibernate
Class ConstructableConfiguration

java.lang.Object
  extended by org.hibernate.cfg.Configuration
      extended by org.nanocontainer.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 configure methods.

Version:
$Revision: 2043 $
Author:
Jose Peleteiro
See Also:
Configuration, Serialized Form

Field Summary
 
Fields inherited from class org.hibernate.cfg.Configuration
classes, collections, extendsQueue, filterDefinitions, imports, namedQueries, namedSqlQueries, namingStrategy, propertyReferences, secondPasses, sqlResultSetMappings, tables, typeDefs
 
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, addCacheableFile, addCacheableFile, addClass, addDirectory, addDocument, addFile, addFile, addFilterDefinition, addInputStream, addJar, addProperties, addResource, addResource, addURL, addXML, buildMappings, buildSessionFactory, buildSettings, configure, configure, configure, configure, configure, createMappings, doConfigure, doConfigure, findPossibleExtends, generateDropSchemaScript, generateSchemaCreationScript, generateSchemaUpdateScript, getClassMapping, getClassMappings, getCollectionMapping, getCollectionMappings, getConfigurationInputStream, getFilterDefinitions, getImports, getInterceptor, getNamedQueries, getNamedSQLQueries, getNamingStrategy, getProperties, getProperty, getSessionEventListenerConfig, getSqlResultSetMappings, getTableMappings, parseMappingElement, reset, secondPassCompile, secondPassCompileForeignKeys, setCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setEntityResolver, setInterceptor, setListener, setListener, setNamingStrategy, setProperties, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructableConfiguration

public ConstructableConfiguration()
                           throws org.hibernate.HibernateException
Throws:
org.hibernate.HibernateException

ConstructableConfiguration

public ConstructableConfiguration(URL url)
                           throws org.hibernate.HibernateException
Throws:
org.hibernate.HibernateException

ConstructableConfiguration

public ConstructableConfiguration(String resource)
                           throws org.hibernate.HibernateException
Throws:
org.hibernate.HibernateException

ConstructableConfiguration

public ConstructableConfiguration(File configFile)
                           throws org.hibernate.HibernateException
Throws:
org.hibernate.HibernateException

ConstructableConfiguration

public ConstructableConfiguration(Document document)
                           throws org.hibernate.HibernateException
Throws:
org.hibernate.HibernateException


Copyright 2003-2003-2006 Codehaus. All Rights Reserved.