|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.metainfo.lib.BasicMetaObject
org.objectweb.jorm.metainfo.lib.BasicMapping
org.objectweb.jorm.mapper.fos.metainfo.FosMapping
Field Summary |
Fields inherited from class org.objectweb.jorm.metainfo.lib.BasicMetaObject |
debug, logger, loggerFactory, parent |
Constructor Summary | |
FosMapping(java.lang.String mapperName,
MetaObject parent)
Builds a new BasicRdbMapping object. |
Method Summary | |
ClassMapping |
createClassMapping(java.lang.String ruleName)
Creates a new BasicRdbClassMapping object. |
FosGenClassMapping |
createGenClassMapping(java.lang.String ruleName,
MetaObject linkedMO)
Creates a new BasicFosGenClassMapping object. |
Methods inherited from class org.objectweb.jorm.metainfo.lib.BasicMapping |
addGenClassMapping, getChildren, getClassMapping, getGenClassMapping, getGenClassMappings, getMapperName, setClassMapping, setMapperName |
Methods inherited from class org.objectweb.jorm.metainfo.lib.BasicMetaObject |
getLogger, getLoggerFactory, getManager, getParent, setLogger, setLoggerFactory, setLoggingOnChild, 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 FosMapping(java.lang.String mapperName, MetaObject parent)
mapperName
- the mapper name,
parent the parent of the current object.Method Detail |
public ClassMapping 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 FosGenClassMapping 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 |