Kodo 4.2.0. (DEPRECATED)

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. (DEPRECATED)

Copyright 2011 Oracle, Inc. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Oracle Kodo 4.2.0 API Reference (DEPRECATED)
11g Release 1 (10.3.6)
Part Number E13950-02