Uses of Interface org.objectweb.medor.query.jorm.api.JormExtent

Uses in package org.objectweb.medor.query.jorm.lib

Classes implementing org.objectweb.medor.query.jorm.api.JormExtent

class
This class is the common implementation of the jorm leaves (ClassExtent, GenClassExtent).
class
This class represents the extent of a JORM class.
class
This class represents the extent of a JORM GenClass.

Methods with parameter type org.objectweb.medor.query.jorm.api.JormExtent

NameDef
Retrieves the NameDef corresponding to this PNameField

Uses in package org.objectweb.medor.optim.jorm

Constructors with parameter type org.objectweb.medor.query.jorm.api.JormExtent

Methods with parameter type org.objectweb.medor.query.jorm.api.JormExtent

QueryTreeField
JormLeafRewriter.addPrimitiveElement(QueryLeaf neo, PrimitiveElement pe, JormExtent extent)
void
JormLeafRewriter.addReference(NameDef nd, PNameField pnf, QueryNode qt, QueryLeaf specificQL, JormExtent extent)
QueryLeaf
ClassMapping
Retrieves the jorm meta object describing the mapping of the persistent object representing by its extent.
QueryTreeField
JormFlatten2Rdb.getField(String fieldname, PType type, JormExtent extent, BasicRdbExpQueryLeaf leaf, boolean add)
Adds a field in a leaf if it is not already present.
QueryTreeField
JormFlatten2Rdb.getField(String fieldname, JormExtent extent, BasicRdbExpQueryLeaf leaf, boolean add)
Shortcut to the getField(String, PType, JormExtent, BasicRdbExpQueryLeaf, boolean) method.
QueryTreeField
JormLeafRewriter.getField(QueryLeaf neo, PrimitiveElement pe, JormExtent extent)
GenClassMapping
Retrieves the jorm meta object describing the mapping of the persistent object representing by its extent.
String
JormRule.getJORMFieldName(String fullName, JormExtent ext)
Returns the field name without the extent name
JormFlatten2Rdb.RdbJormExtentMapping
Retrieves the RdbJormExtentMapping at the position i the packet.
PrimitiveElementMapping
JormRule.getPEM(JormExtent extent, String fieldName)
Retrieves the RdbPrimitiveElementMapping of a field
Operand
Retrieves the Operand representing the PNameCoder needed to decode a pname.
PrimitiveElement
JormRule.getPrimitiveElement(JormExtent extent, String fieldname)
Retrieves the primitive element corresponding to a field name of a jorm object (class or generic class).
void
Assigns the JormExtent and calculates the fields 'tables' and 'joins'.