org.picocontainer.persistence.hibernate.annotations
Class ConstructableAnnotationConfiguration

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

public class ConstructableAnnotationConfiguration
extends org.hibernate.cfg.AnnotationConfiguration

This class handles the configuration with Hibernate's Annotation configuration. See respective AnnotationConfiguration methods.

Author:
Michael Rimov, Jose Peleteiro
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hibernate.cfg.AnnotationConfiguration
ARTEFACT, DEFAULT_PRECEDENCE
 
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
ConstructableAnnotationConfiguration()
           
ConstructableAnnotationConfiguration(Document document)
           
ConstructableAnnotationConfiguration(File file)
           
ConstructableAnnotationConfiguration(String resource)
           
ConstructableAnnotationConfiguration(URL url)
           
 
Method Summary
 
Methods inherited from class org.hibernate.cfg.AnnotationConfiguration
add, addAnnotatedClass, addCacheableFile, addCacheableFile, addClass, addDirectory, addDocument, addFile, addFile, addInputStream, addJar, addPackage, addProperties, addResource, addResource, addURL, addXML, buildSessionFactory, configure, configure, configure, configure, configure, createExtendedMappings, doConfigure, doConfigure, getReflectionManager, mergeProperties, orderAndFillHierarchy, parseMappingElement, reset, secondPassCompile, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setInterceptor, setNamingStrategy, setPrecedence, setProperties, setProperty
 
Methods inherited from class org.hibernate.cfg.Configuration
addAuxiliaryDatabaseObject, addFilterDefinition, addSqlFunction, buildMapping, buildMappings, buildSettings, buildSettings, createMappings, findPossibleExtends, generateDropSchemaScript, generateSchemaCreationScript, generateSchemaUpdateScript, getClassMapping, getClassMappings, getCollectionMapping, getCollectionMappings, getConfigurationInputStream, getEntityNotFoundDelegate, getEntityResolver, getEventListeners, getFilterDefinitions, getImports, getInterceptor, getNamedQueries, getNamedSQLQueries, getNamingStrategy, getProperties, getProperty, getSqlFunctions, getSqlResultSetMappings, getTableMappings, secondPassCompileForeignKeys, setCacheConcurrencyStrategy, setEntityNotFoundDelegate, setEntityResolver, setListener, setListener, setListeners, setListeners, validateSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructableAnnotationConfiguration

public ConstructableAnnotationConfiguration()

ConstructableAnnotationConfiguration

public ConstructableAnnotationConfiguration(URL url)

ConstructableAnnotationConfiguration

public ConstructableAnnotationConfiguration(String resource)

ConstructableAnnotationConfiguration

public ConstructableAnnotationConfiguration(File file)

ConstructableAnnotationConfiguration

public ConstructableAnnotationConfiguration(Document document)


Copyright © 2008. All Rights Reserved.