Kodo 4.2.0. generated on July 28 2008

kodo.query
Class KodoQuery

java.lang.Object
  extended by kodo.jdo.QueryImpl
      extended by kodo.query.KodoQuery

Deprecated.

public class KodoQuery
extends kodo.jdo.QueryImpl

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.  
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY_FLUSH_TRUE

public static final int QUERY_FLUSH_TRUE
Deprecated. 
See Also:
Constant Field Values

QUERY_FLUSH_FALSE

public static final int QUERY_FLUSH_FALSE
Deprecated. 
See Also:
Constant Field Values

QUERY_FLUSH_WITH_CONNECTION

public static final int QUERY_FLUSH_WITH_CONNECTION
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

KodoQuery

public KodoQuery(KodoPersistenceManager pm,
                 Query query)
Deprecated. 
Method Detail

getFetchConfiguration

public FetchConfiguration getFetchConfiguration()
Deprecated. 

getPersistenceManagerFactoryImpl

protected PersistenceManagerFactoryImpl getPersistenceManagerFactoryImpl()
Deprecated. 

getFilterListeners

public Collection getFilterListeners()
Deprecated. 

getAggregateListeners

public Collection getAggregateListeners()
Deprecated. 

getStartIndex

public long getStartIndex()
Deprecated. 

getEndIndex

public long getEndIndex()
Deprecated. 

Kodo 4.2.0. generated on July 28 2008

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.