org.objectweb.medor.query.jorm.lib
Class GenClassExtent
- Cloneable, Cloneable, JormExtent, QueryLeaf, QueryTree, TupleStructure
public class GenClassExtent
This class represents the extent of a JORM GenClass.
It contains and implements its associated TupleStructure.
GenClassExtent()
|
GenClassExtent(GenClassRef gcr, String _name, String pnameFieldName, String elemName) - Constructs an extent for the JORM GenClass, in the form of a QueryLeaf.
|
GenClassExtent(String _name, String pnFieldName)
|
clone , getDataStore , getDistinct , getFieldName , getIdentifierField , getJormName , getName , getOrderBy , getPMapper , getPNameFieldName , getProjectName , getTupleStructure , iterateFields , setDataStore , setDistinct , setOrderBy , setPMapper , setProjectName , setWithSubClasses , withSubClasses |
GenClassExtent
public GenClassExtent()
GenClassExtent
public GenClassExtent(GenClassRef gcr,
String _name,
String pnameFieldName,
String elemName)
throws MedorException
Constructs an extent for the JORM GenClass, in the form of a QueryLeaf.
gcr
- is the JORM GenClass meta information object_name
- is the name of the node (null value => empty string)pnameFieldName
- is the name of the field representing the PName
of the GenClass id.
GenClassExtent
public GenClassExtent(String _name,
String pnFieldName)
clone
public Object clone(Object clone,
Map obj2clone)
throws CloneNotSupportedException
- clone in interface BasicJormExtent
getElementFieldName
public String getElementFieldName()