org.openxava.mapping
Class EntityMapping

java.lang.Object
  extended by org.openxava.mapping.ModelMapping
      extended by org.openxava.mapping.EntityMapping
All Implemented Interfaces:
java.io.Serializable

public class EntityMapping
extends ModelMapping

Author:
Javier Paniza
See Also:
Serialized Form

Constructor Summary
EntityMapping()
           
 
Method Summary
 MetaModel getMetaModel()
           
 java.lang.String getModelName()
           
 
Methods inherited from class org.openxava.mapping.ModelMapping
addPropertyMapping, addReferenceMapping, changePropertiesByCMPAttributes, changePropertiesByColumns, changePropertiesByNotQualifiedColumns, getCmpFields, getColumn, getColumns, getConverter, getKeyColumnsAsString, getMetaComponent, getModelProperties, getMultipleConverter, getOverlappingPropertiesOfReference, getOverlappingPropertyForReference, getPropertyMapping, getPropertyMappingsNotInModel, getQualifiedColumn, getReferenceMapping, getReferenceMappingsWithConverter, getSchema, getTable, getTableToQualifyColumn, getType, getUnqualifiedTable, hasConverter, hasPropertyMapping, hasReferenceConverters, hasReferenceMapping, isModel, isReferenceOverlappingWithSomeProperty, isReferenceOverlappingWithSomeProperty, isReferencePropertyOverlappingWithSomeProperty, monthSQLFunction, setMetaComponent, setTable, translateSQLFunction, yearSQLFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityMapping

public EntityMapping()
Method Detail

getModelName

public java.lang.String getModelName()
                              throws XavaException
Specified by:
getModelName in class ModelMapping
Throws:
XavaException

getMetaModel

public MetaModel getMetaModel()
                       throws XavaException
Specified by:
getMetaModel in class ModelMapping
Throws:
XavaException