org.objectweb.medor.query.jorm.api
Interface JormExtent
- Cloneable, QueryLeaf, QueryTree
- BasicJormExtent, ClassExtent, GenClassExtent
public interface JormExtent
This class represent a a jorm query leaf.
- S.Chassande-Barrioz
getIdentifierField
public JormField getIdentifierField()
getJormName
public String getJormName()
getMetaObject
public MetaObject getMetaObject()
getPMapper
public PMapper getPMapper()
getPNameFieldName
public String getPNameFieldName()
getProjectName
public String getProjectName()
setDataStore
public void setDataStore(DataStore ds)
setPMapper
public void setPMapper(PMapper m,
String projectName)
setProjectName
public void setProjectName(String projectName)
setWithSubClasses
public void setWithSubClasses(boolean includeSubClasses)
Indicates whether the current Extent should also contain objects from the
subclasses.
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.
withSubClasses
public boolean withSubClasses()
Tells whether the current Extent should also contain objects from the
subclasses.
The default is that only objects strictly in the current class are
included, and not objects of the subclasses.
- true if objects from subclasses are to be included, false if
only strict instances of the corresponding class should be included.