|
Kodo 4.1.4 generated on June 22 2007 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkodo.jdo.QueryImpl
kodo.query.KodoQuery
public class KodoQuery
A Kodo 3.x backwards-compatible interface to queries.
| Field Summary | |
|---|---|
static int |
QUERY_FLUSH_FALSE
Deprecated. |
static int |
QUERY_FLUSH_TRUE
Deprecated. |
static int |
QUERY_FLUSH_WITH_CONNECTION
Deprecated. |
| Fields inherited from interface kodo.jdo.KodoQuery |
|---|
LANG_JDO_SQL |
| Fields inherited from interface javax.jdo.Query |
|---|
JDOQL, SQL |
| Fields inherited from interface org.apache.openjpa.kernel.QueryFlushModes |
|---|
FLUSH_FALSE, FLUSH_TRUE, FLUSH_WITH_CONNECTION |
| Constructor Summary | |
|---|---|
KodoQuery(KodoPersistenceManager pm,
Query query)
Deprecated. |
|
| Method Summary | |
|---|---|
Collection |
getAggregateListeners()
Deprecated. |
long |
getEndIndex()
Deprecated. |
FetchConfiguration |
getFetchConfiguration()
Deprecated. |
Collection |
getFilterListeners()
Deprecated. |
protected PersistenceManagerFactoryImpl |
getPersistenceManagerFactoryImpl()
Deprecated. |
long |
getStartIndex()
Deprecated. |
| Methods inherited from class kodo.jdo.QueryImpl |
|---|
addAggregateListener, addExtension, addFilterListener, close, closeAll, compile, declareImports, declareParameters, declareVariables, deletePersistentAll, deletePersistentAll, deletePersistentAll, equals, execute, execute, execute, execute, executeWithArray, executeWithMap, getCandidateClass, getCandidateCollection, getCandidateExtent, getDataStoreActions, getDelegate, getEndRange, getFetchPlan, getFilter, getGrouping, getIgnoreCache, getImports, getLanguage, getOrdering, getParameters, getPersistenceManager, getQueryString, getRange, getResult, getResultClass, getStartRange, getVariables, hashCode, hasSubclasses, isUnique, isUnmodifiable, removeAggregateListener, removeFilterListener, setCandidates, setCandidates, setClass, setExtensions, setFilter, setGrouping, setIgnoreCache, setOrdering, setRange, setRange, setResult, setResultClass, setUnique, setUnmodifiable, updatePersistentAll, updatePersistentAll, updatePersistentAll |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int QUERY_FLUSH_TRUE
public static final int QUERY_FLUSH_FALSE
public static final int QUERY_FLUSH_WITH_CONNECTION
| Constructor Detail |
|---|
public KodoQuery(KodoPersistenceManager pm,
Query query)
| Method Detail |
|---|
public FetchConfiguration getFetchConfiguration()
protected PersistenceManagerFactoryImpl getPersistenceManagerFactoryImpl()
getPersistenceManagerFactoryImpl in class kodo.jdo.QueryImplpublic Collection getFilterListeners()
public Collection getAggregateListeners()
public long getStartIndex()
public long getEndIndex()
|
Kodo 4.1.4 generated on June 22 2007 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||