|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ClassMapping in org.objectweb.jorm.mapper.fos.metainfo |
Classes in org.objectweb.jorm.mapper.fos.metainfo that implement ClassMapping | |
class |
FosClassMapping
|
Methods in org.objectweb.jorm.mapper.fos.metainfo with parameters of type ClassMapping | |
void |
FosMappingPrinter.print(java.lang.String p,
ClassMapping _cm,
java.io.PrintStream out)
|
Uses of ClassMapping in org.objectweb.jorm.mapper.fos.mi2xml |
Methods in org.objectweb.jorm.mapper.fos.mi2xml with parameters of type ClassMapping | |
void |
FosDomtreeBuilder.processClassMapping(org.w3c.dom.Document document,
org.w3c.dom.Element mappingElement,
ClassMapping classMapping)
Adds a fos-class-mapping element to a mapping element. |
Uses of ClassMapping in org.objectweb.jorm.mapper.mem.metainfo |
Methods in org.objectweb.jorm.mapper.mem.metainfo with parameters of type ClassMapping | |
void |
MemMappingPrinter.print(java.lang.String p,
ClassMapping _cm,
java.io.PrintStream out)
|
Uses of ClassMapping in org.objectweb.jorm.mapper.mem.mi2xml |
Methods in org.objectweb.jorm.mapper.mem.mi2xml with parameters of type ClassMapping | |
void |
MemDomtreeBuilder.processClassMapping(org.w3c.dom.Document document,
org.w3c.dom.Element mappingElement,
ClassMapping classMapping)
Adds a fos-class-mapping element to a mapping element. |
Uses of ClassMapping in org.objectweb.jorm.mapper.rdb.metainfo |
Classes in org.objectweb.jorm.mapper.rdb.metainfo that implement ClassMapping | |
class |
RdbClassMapping
Description |
class |
RdbClassMultiMapping
Implementation of the RdbClassMultiMapping interface. |
Methods in org.objectweb.jorm.mapper.rdb.metainfo with parameters of type ClassMapping | |
void |
RdbMappingPrinter.print(java.lang.String p,
ClassMapping _cm,
java.io.PrintStream out)
|
Uses of ClassMapping in org.objectweb.jorm.mapper.rdb.mi2xml |
Methods in org.objectweb.jorm.mapper.rdb.mi2xml with parameters of type ClassMapping | |
void |
RdbDomtreeBuilder.processClassMapping(org.w3c.dom.Document document,
org.w3c.dom.Element mappingElement,
ClassMapping classMapping)
Adds a rdb-class-mapping element to a mapping element. |
Uses of ClassMapping in org.objectweb.jorm.metainfo.api |
Methods in org.objectweb.jorm.metainfo.api that return ClassMapping | |
ClassMapping |
Mapping.getClassMapping()
Returns the mapping structure of the class. |
Methods in org.objectweb.jorm.metainfo.api with parameters of type ClassMapping | |
void |
MappingPrinter.print(java.lang.String p,
ClassMapping cm,
java.io.PrintStream out)
|
void |
Mapping.setClassMapping(ClassMapping classMapping)
Sets the mapping structure of the class. |
Uses of ClassMapping in org.objectweb.jorm.metainfo.lib |
Classes in org.objectweb.jorm.metainfo.lib that implement ClassMapping | |
class |
BasicClassMapping
BasicClassMapping is THE basic implementation of the ClassMapping interface. |
Methods in org.objectweb.jorm.metainfo.lib that return ClassMapping | |
ClassMapping |
BasicMapping.getClassMapping()
Returns the mapping structure of the class. |
Methods in org.objectweb.jorm.metainfo.lib with parameters of type ClassMapping | |
void |
MetaInfoPrinter.print(java.lang.String p,
ClassMapping cm,
java.io.PrintStream out)
|
void |
BasicMapping.setClassMapping(ClassMapping classMapping)
Sets the mapping structure of the class. |
Uses of ClassMapping in org.objectweb.jorm.mi2xml.api |
Methods in org.objectweb.jorm.mi2xml.api with parameters of type ClassMapping | |
void |
MappingDomtreeBuilder.processClassMapping(org.w3c.dom.Document document,
org.w3c.dom.Element mappingElement,
ClassMapping classMapping)
Adds a class mapping element to a mapping element. |
Uses of ClassMapping in org.objectweb.jorm.mi2xml.lib |
Methods in org.objectweb.jorm.mi2xml.lib with parameters of type ClassMapping | |
abstract void |
BasicMappingDomtreeBuilder.processClassMapping(org.w3c.dom.Document document,
org.w3c.dom.Element mappingElement,
ClassMapping classMapping)
Adds a class mapping element to a mapping element. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |