|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the user definition of a query.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.Class |
getCandidateClass()
|
java.util.Collection |
getCollection()
|
javax.jdo.Extent |
getExtent()
|
java.lang.String |
getFilter()
|
java.lang.String |
getGrouping()
List of grouped fields |
java.util.List |
getImportStatements()
|
boolean |
getIncludeSubClasses()
indicates if subclasses must be returned too |
long |
getIndexFirst()
The application may want to skip some number of results that may have been previously returned, and additionally may want to limit the number of instances returned from a query. |
long |
getIndexLast()
The application may want to skip some number of results that may have been previously returned, and additionally may want to limit the number of instances returned from a query. |
java.util.List |
getOrder()
|
java.lang.String |
getParameters()
|
java.lang.String |
getResult()
The application wmight want to get results from a query that are not instance of the candidate class. |
java.lang.Class |
getResultClass()
The application may have a user-defined class that best represents the results of a query. |
boolean |
getUnique()
If the application knows that there can be exactly zero or one instance returned from a query, the result of the query is most conveniently returned as an instance (possibily null) instead of a Collection. |
java.lang.String |
getVariables()
|
int |
hashCode()
|
boolean |
isCollection()
|
boolean |
isIgnoreCache()
|
java.lang.String |
qdToString(boolean oneLine)
|
boolean |
withPrefetch()
|
void |
withPrefetch(boolean withPrefetch)
|
Method Detail |
public java.lang.Class getCandidateClass()
public boolean isCollection()
public java.util.Collection getCollection()
public java.lang.String getParameters()
public java.lang.String getVariables()
public java.lang.String getFilter()
public javax.jdo.Extent getExtent()
public java.util.List getImportStatements()
public boolean isIgnoreCache()
public java.util.List getOrder()
public boolean equals(java.lang.Object o)
public int hashCode()
public boolean withPrefetch()
public void withPrefetch(boolean withPrefetch)
public java.lang.String qdToString(boolean oneLine)
public long getIndexFirst()
public long getIndexLast()
public boolean getUnique()
public java.lang.String getResult()
public java.lang.Class getResultClass()
public boolean getIncludeSubClasses()
public java.lang.String getGrouping()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |