org.objectweb.jorm.metainfo.api
Interface ClassMapping

All Superinterfaces:
MetaObject, java.io.Serializable
All Known Subinterfaces:
RDBClassMapping
All Known Implementing Classes:
BasicClassMapping

public interface ClassMapping
extends MetaObject

The ClassMapping interface defines methods to describe how a class is mapped into JORM.

Author:
X. Spengler

Method Summary
 java.lang.String getMapperName()
          Returns the complete name of the mapper used by the current class
 java.lang.String getMappingName()
          Returns the name of the mapping used by the current class.
 
Methods inherited from interface org.objectweb.jorm.metainfo.api.MetaObject
getParent, setParent
 

Method Detail

getMapperName

public java.lang.String getMapperName()
Returns the complete name of the mapper used by the current class
Returns:
the string representation of the mapper name

getMappingName

public java.lang.String getMappingName()
Returns the name of the mapping used by the current class.
Returns:
the string representation of the mapping name