org.objectweb.jorm.metainfo.api
Interface ValueMapping
- All Superinterfaces:
- MetaObject, java.io.Serializable
- public interface ValueMapping
- extends MetaObject
The ValueMapping interface defines methods to describe how a
primitive field is mapped into JORM.
- Author:
- X. Spengler
|
Method Summary |
java.lang.String |
getMapperName()
Returns the complete name of the mapper. |
java.lang.String |
getMappingName()
Returns the name of the mapping. |
getMapperName
public java.lang.String getMapperName()
- Returns the complete name of the mapper.
- Returns:
- the string representation of the mapper name
getMappingName
public java.lang.String getMappingName()
- Returns the name of the mapping.
- Returns:
- the string representation of the mapping name