|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods which abstract the creation of the jorm meta object specialized for a mapping type. There are only two kind of specialized jorm meta object: the ClassMapping and the ValueMapping
Method Summary | |
void |
createClassMapping(org.objectweb.jorm.metainfo.api.Class clazz,
EntityCmp2Desc bd,
java.lang.String mappingName)
It call the createClassMapping method on the class parameter in order to create ClassMapping object specialized for a mapper type. |
void |
createClassMapping(org.objectweb.jorm.metainfo.api.GenClassRef gcr,
EjbRelationshipRoleDesc rsrd,
java.lang.String mappingName)
It call the createClassMapping method on the GenClassRef parameter in order to create ClassMapping object specialized for a mapper type. |
void |
createValueMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe,
FieldDesc desc,
EjbRelationshipRoleDesc rsrd,
byte type,
java.lang.String mappingName)
It call the createValueMapping method on the PrimitiveElement parameter in order to create ValueMapping object specialized for a mapper type. |
void |
createValueMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe,
FieldDesc desc,
java.lang.String mappingName)
It calls the createValueMapping method on the PrimitiveElement parameter in order to create ValueMapping object specialized for a mapper type. |
Method Detail |
public void createClassMapping(org.objectweb.jorm.metainfo.api.Class clazz, EntityCmp2Desc bd, java.lang.String mappingName)
clazz
- is the jorm meta object which the method must define a
ClassMappingbd
- is the jonas meta object which contains the data needed to
fill the ClassMapping.mappingName
- is the name of the mapping which must be used to
create the ClassMappingpublic void createClassMapping(org.objectweb.jorm.metainfo.api.GenClassRef gcr, EjbRelationshipRoleDesc rsrd, java.lang.String mappingName)
clazz
- is the jorm meta object which the method must define a
ClassMappingrsrd
- is the jonas meta object which contains the data needed to
fill the ClassMapping.mappingName
- is the name of the mapping which must be used to
create the ClassMappingpublic void createValueMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe, FieldDesc desc, java.lang.String mappingName)
pe
- is the jorm meta object which the method must define a
ValueMappingdesc
- is the jonas meta object which contains the data needed to
fill the ValueMapping.mappingName
- is the name of the mapping which must be used to
create the ValueMappingpublic void createValueMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe, FieldDesc desc, EjbRelationshipRoleDesc rsrd, byte type, java.lang.String mappingName)
pe
- is the jorm meta object which the method must define a
ValueMappingdesc
- is the jonas meta object which contains the data needed to
fill the ValueMapping.mappingName
- is the name of the mapping which must be used to
create the ValueMapping
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |