org.hibernate.cfg
Interface ExtendedMappings

All Superinterfaces:
Mappings
All Known Implementing Classes:
AnnotationConfiguration.ExtendedMappingsImpl, Configuration.MappingsImpl

Deprecated. All functionality has been moved up to Mappings

@Deprecated
public interface ExtendedMappings
extends Mappings

Allow annotation related mappings

at least for named generators

Author:
Emmanuel Bernard, Hardy Ferentschik

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.hibernate.cfg.Mappings
Mappings.PropertyReference
 
Method Summary
 
Methods inherited from interface org.hibernate.cfg.Mappings
addAnyMetaDef, addAuxiliaryDatabaseObject, addClass, addClassType, addCollection, addColumnBinding, addDefaultGenerator, addDefaultQuery, addDefaultResultSetMapping, addDefaultSQLQuery, addDenormalizedTable, addFilterDefinition, addGenerator, addGeneratorTable, addImport, addJoins, addMappedBy, addMappedSuperclass, addPropertyAnnotatedWithMapsId, addPropertyAnnotatedWithMapsIdSpecj, addPropertyReference, addPropertyReferencedAssociation, addQuery, addResultSetMapping, addSecondPass, addSecondPass, addSQLQuery, addTable, addTableBinding, addToExtendsQueue, addToOneAndIdProperty, addTypeDef, addUniqueConstraintHolders, addUniqueConstraints, addUniquePropertyReference, findOrCreateFetchProfile, getAnyMetaDef, getCatalogName, getClass, getClasses, getClassType, getCollection, getConfigurationProperties, getDefaultAccess, getDefaultCascade, getDefaultPackage, getFilterDefinition, getFilterDefinitions, getFromMappedBy, getGenerator, getGenerator, getGeneratorTableProperties, getIdentifierGeneratorFactory, getJoins, getLogicalColumnName, getLogicalTableName, getMappedSuperclass, getNamingStrategy, getObjectNameNormalizer, getPersisterClassProvider, getPhysicalColumnName, getPropertyAnnotatedWithIdAndToOne, getPropertyAnnotatedWithMapsId, getPropertyReferencedAssociation, getQuery, getReflectionManager, getResultSetMapping, getSchemaName, getSQLQuery, getTable, getTableUniqueConstraints, getTypeDef, getTypeResolver, getUniqueConstraintHoldersByTable, isAutoImport, isDefaultLazy, isInSecondPass, isSpecjProprietarySyntaxEnabled, iterateAuxiliaryDatabaseObjects, iterateAuxiliaryDatabaseObjectsInReverse, iterateAuxliaryDatabaseObjects, iterateAuxliaryDatabaseObjectsInReverse, iterateClasses, iterateCollections, iterateTables, locatePersistentClassByEntityName, setAutoImport, setCatalogName, setDefaultAccess, setDefaultCascade, setDefaultLazy, setDefaultPackage, setNamingStrategy, setPersisterClassProvider, setSchemaName, useNewGeneratorMappings
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.