|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.store.query.Query
org.jpox.store.query.AbstractJavaQuery
org.jpox.store.query.AbstractJDOQLQuery
public abstract class AbstractJDOQLQuery
Abstract representation of a JDOQL query used by JPOX. The query can be specified via method calls, or via a single-string form.
Query,
Serialized Form| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jpox.store.query.Query |
|---|
Query.SubqueryDefinition |
| Field Summary |
|---|
| Fields inherited from class org.jpox.store.query.AbstractJavaQuery |
|---|
candidateCollection, candidateExtent, distinct, resultMetaData, rof, singleString, userDefinedScalarExpressions |
| Fields inherited from class org.jpox.store.query.Query |
|---|
BULK_DELETE, BULK_UPDATE, candidateClass, candidateClassName, explicitParameters, explicitVariables, extensions, filter, from, fromInclNo, grouping, having, ignoreCache, implicitParameters, imports, isCompiled, LOCALISER, om, ordering, parameterNames, parsedImports, queryResults, range, result, resultClass, resultClassName, SELECT, subclasses, subqueries, toExclNo, type, unique, unmodifiable, update |
| Constructor Summary | |
|---|---|
AbstractJDOQLQuery(ObjectManager om)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getSingleStringQuery()
Method to take the defined parameters for the query and form a single string. |
protected long |
performDeletePersistentAll(java.util.Map parameters)
Execute the query to delete persistent objects. |
void |
setGrouping(java.lang.String grouping)
Set the grouping specification for the result Collection. |
| Methods inherited from class org.jpox.store.query.AbstractJavaQuery |
|---|
discardCompiled, getCandidateCollection, getCandidateExtent, getParsedImports, getResultSetMetaData, getUserDefinedScalarExpressions, registerScalarExpression, registerScalarExpressions, resultHasOnlyAggregates, setCandidates, setCandidates, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractJDOQLQuery(ObjectManager om)
om - ObjectManager| Method Detail |
|---|
public void setGrouping(java.lang.String grouping)
setGrouping in class Querygrouping - the grouping specification.Query.setGrouping(java.lang.String)public java.lang.String getSingleStringQuery()
getSingleStringQuery in class AbstractJavaQueryprotected long performDeletePersistentAll(java.util.Map parameters)
performDeletePersistentAll in class Queryparameters - the Map containing all of the parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||