|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jorm.metainfo.lib.BasicMetaObject | +--org.objectweb.jorm.metainfo.lib.BasicMapping | +--org.objectweb.jorm.mapper.rdb.metainfo.RdbMapping
Description
Field Summary |
Fields inherited from class org.objectweb.jorm.metainfo.lib.BasicMapping |
logger |
Constructor Summary | |
RdbMapping(java.lang.String mapperName,
MetaObject parent)
Builds a new BasicRdbMapping object. |
Method Summary | |
RdbClassMapping |
createClassMapping(java.lang.String ruleName)
Creates a new BasicRdbClassMapping object. |
RdbClassMultiMapping |
createClassMultiMapping(java.lang.String ruleName)
Creates a new BasicRdbClassMultiMapping object. |
RdbGenClassMapping |
createGenClassMapping(java.lang.String ruleName,
MetaObject linkedMO)
Creates a new BasicRdbGenClassMapping object. |
Methods inherited from class org.objectweb.jorm.metainfo.lib.BasicMapping |
addGenClassMapping, getClassMapping, getGenClassMapping, getGenClassMappings, getLogger, getLoggerFactory, getMapperName, setClassMapping, setLogger, setLoggerFactory, setMapperName |
Methods inherited from class org.objectweb.jorm.metainfo.lib.BasicMetaObject |
getManager, getParent, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.jorm.metainfo.api.MetaObject |
getParent, setParent |
Constructor Detail |
public RdbMapping(java.lang.String mapperName, MetaObject parent)
mapperName
- the mapper name,
parent the parent of the current object.Method Detail |
public RdbClassMapping createClassMapping(java.lang.String ruleName)
ruleName
- the name of the rule used to map the class,
linkedMO the Class object referenced by the current object,
parent the parent object of the current object.
public RdbClassMultiMapping createClassMultiMapping(java.lang.String ruleName)
ruleName
- the name of the rule used to map the class,
linkedMO the Class object referenced by the current object,
parent the parent object of the current object.
public RdbGenClassMapping createGenClassMapping(java.lang.String ruleName, MetaObject linkedMO)
ruleName
- the name of the rule used to map the class,
linkedMO the GenClassRef object referenced by the current
object,
parent the parent object of the current object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |