|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represent a a jorm query leaf.
Method Summary | |
JormField |
getIdentifierField()
|
java.lang.String |
getJormName()
|
MetaObject |
getMetaObject()
|
PMapper |
getPMapper()
|
java.lang.String |
getPNameFieldName()
|
java.lang.String |
getProjectName()
|
void |
setDataStore(DataStore ds)
|
void |
setPMapper(PMapper m,
java.lang.String projectName)
|
void |
setProjectName(java.lang.String projectName)
|
void |
setWithSubClasses(boolean includeSubClasses)
Indicates whether the current Extent should also contain objects from the subclasses. |
boolean |
withSubClasses()
Tells whether the current Extent should also contain objects from the subclasses. |
Methods inherited from interface org.objectweb.medor.query.api.QueryLeaf |
getDataStore |
Methods inherited from interface org.objectweb.medor.query.api.QueryTree |
getDistinct, getName, getOrderBy, getTupleStructure, setDistinct, setOrderBy |
Method Detail |
public PMapper getPMapper()
public void setPMapper(PMapper m, java.lang.String projectName)
public java.lang.String getProjectName()
public void setProjectName(java.lang.String projectName)
public java.lang.String getPNameFieldName()
public void setDataStore(DataStore ds)
public java.lang.String getJormName()
public JormField getIdentifierField()
public MetaObject getMetaObject()
public boolean withSubClasses()
The default is that only objects strictly in the current class are included, and not objects of the subclasses.
public void setWithSubClasses(boolean includeSubClasses)
The default is that only objects strictly in the current class are included, and not objects of the subclasses.
includeSubClasses
- is true if objects from subclasses are to be
included, false if only strict instances of the corresponding class
should be included.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |