| |
|
| java.lang.Object org.objectweb.speedo.query.jdo.JDOQueryDefinitionImpl
All known Subclasses: org.objectweb.speedo.query.jdo.JDOQuery,
JDOQueryDefinitionImpl | public class JDOQueryDefinitionImpl implements QueryDefinition(Code) | | is a basic implementation of the QueryDefinition interface.
author: S.Chassande-Barrioz |
candidateClass | protected Class candidateClass(Code) | | Class of candadate classes.
|
candidateInstances | protected Collection candidateInstances(Code) | | Candidate classes or extent for the query.
|
extentClass | protected Extent extentClass(Code) | | |
fetchIdentifierOnly | protected boolean fetchIdentifierOnly(Code) | | |
ignoreCache | protected boolean ignoreCache(Code) | | IgnoreCache option.
The ignoreCache option setting specifies whether the query should execute
entirely in the back end, instead of in the cache. If this flag is set
to true, an implementation might be able to optimize the query
execution by ignoring changed values in the cache. For optimistic
transactions, this can dramatically improve query response times.
|
importStatements | protected List importStatements(Code) | | the import statements is transformed into a simple vector
|
includeSubClasses | boolean includeSubClasses(Code) | | |
indexFirst | protected transient long indexFirst(Code) | | |
indexLast | protected transient long indexLast(Code) | | |
parameters | protected String parameters(Code) | | Query parameters and variables declaration
|
type | protected short type(Code) | | |
unique | protected boolean unique(Code) | | |
withPrefetch | protected boolean withPrefetch(Code) | | |
JDOQueryDefinitionImpl | public JDOQueryDefinitionImpl()(Code) | | |
fetchIdentifierOnly | public boolean fetchIdentifierOnly()(Code) | | |
getCandidateClass | public Class getCandidateClass()(Code) | | |
getExtent | public Extent getExtent()(Code) | | |
getImportStatements | public List getImportStatements()(Code) | | |
getIncludeSubClasses | public boolean getIncludeSubClasses()(Code) | | |
getIndexFirst | public long getIndexFirst()(Code) | | |
getIndexLast | public long getIndexLast()(Code) | | |
getQueryType | public short getQueryType()(Code) | | |
getUnique | public boolean getUnique()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isCollection | public boolean isCollection()(Code) | | |
isIgnoreCache | public boolean isIgnoreCache()(Code) | | |
queryType2string | public static String queryType2string(short type)(Code) | | |
withPrefetch | public boolean withPrefetch()(Code) | | |
withPrefetch | public void withPrefetch(boolean withPrefetch)(Code) | | |
|
|
|