|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JormExtent | |
org.objectweb.medor.optim.jorm | |
org.objectweb.medor.query.jorm.lib |
Uses of JormExtent in org.objectweb.medor.optim.jorm |
Methods in org.objectweb.medor.optim.jorm with parameters of type JormExtent | |
protected abstract QueryLeaf |
JormLeafRewriter.createQueryLeaf(JormExtent extent)
|
abstract QueryTreeField |
JormLeafRewriter.addPrimitiveElement(QueryLeaf neo,
PrimitiveElement pe,
JormExtent extent)
|
QueryTreeField |
JormLeafRewriter.getField(QueryLeaf neo,
PrimitiveElement pe,
JormExtent extent)
|
protected void |
JormLeafRewriter.addReference(NameDef nd,
PNameField pnf,
QueryNode qt,
QueryLeaf specificQL,
JormExtent extent)
|
protected PrimitiveElement |
JormRule.getPrimitiveElement(JormExtent extent,
java.lang.String fieldname)
Retrieves the primitive element corresponding to a field name of a jorm object (class or generic class). |
protected PrimitiveElementMapping |
JormRule.getPEM(JormExtent extent,
java.lang.String fieldName)
Retrieves the RdbPrimitiveElementMapping of a field |
protected java.lang.String |
JormRule.getJORMFieldName(java.lang.String fullName,
JormExtent ext)
Returns the field name without the extent name |
protected ClassMapping |
JormRule.getClassMapping(JormExtent extent)
Retrieves the jorm meta object describing the mapping of the persistent object representing by its extent. |
protected GenClassMapping |
JormRule.getGenClassMapping(JormExtent extent)
Retrieves the jorm meta object describing the mapping of the persistent object representing by its extent. |
protected Operand |
JormRule.getPNCOperand(JormExtent extent,
PNameField pnf)
Retrieves the Operand representing the PNameCoder needed to decode a pname. |
JormFlatten2Rdb.RdbJormExtentMapping |
JormFlatten2Rdb.getMapping(JormExtent je)
Retrieves the RdbJormExtentMapping at the position i the packet. |
QueryTreeField |
JormFlatten2Rdb.getField(java.lang.String fieldname,
JormExtent extent,
BasicRdbExpQueryLeaf leaf,
boolean add)
Shortcut to the getField(String, PType, JormExtent, BasicRdbExpQueryLeaf, boolean) method. |
QueryTreeField |
JormFlatten2Rdb.getField(java.lang.String fieldname,
PType type,
JormExtent extent,
BasicRdbExpQueryLeaf leaf,
boolean add)
Adds a field in a leaf if it is not already present. |
void |
JormFlatten2Rdb.RdbJormExtentMapping.setJormExtent(JormExtent je)
Assigns the JormExtent and calculates the fields 'tables' and 'joins'. |
Constructors in org.objectweb.medor.optim.jorm with parameters of type JormExtent | |
JormFlatten2Rdb.RdbJormExtentMapping(JormExtent je)
|
Uses of JormExtent in org.objectweb.medor.query.jorm.lib |
Classes in org.objectweb.medor.query.jorm.lib that implement JormExtent | |
class |
BasicJormExtent
This class is the common implementation of the jorm leaves (ClassExtent, GenClassExtent). |
class |
ClassExtent
This class represents the extent of a JORM class. |
class |
GenClassExtent
This class represents the extent of a JORM GenClass. |
Methods in org.objectweb.medor.query.jorm.lib with parameters of type JormExtent | |
NameDef |
PNameField.getNameDef(JormExtent extent)
Retrieves the NameDef corresponding to this PNameField |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |