Kodo 4.0.0RC2 generated on May 12 2006

kodo.kernel
Interface QueryFlushModes

All Known Subinterfaces:
FetchConfiguration, JDBCFetchConfiguration, JDBCFetchPlan, KodoFetchPlan, KodoQuery, KodoQuery

public interface QueryFlushModes

Constants for determining when to flush before queries.

Since:
4.0

Field Summary
static int FLUSH_FALSE
          Constant denoting that queries should never flush data to the database automatically before executing a query, but should instead execute queries in-memory if necessary.
static int FLUSH_TRUE
          Constant denoting that queries should flush data to the database automatically whenever Kodo determines that relevant modifications have been made and IgnoreCache is false.
static int FLUSH_WITH_CONNECTION
          Constant denoting that queries should flush data to the database automatically when Kodo determines that relevant modifications have been made and the current context already has a dedicated connection.
 

Field Detail

FLUSH_TRUE

static final int FLUSH_TRUE
Constant denoting that queries should flush data to the database automatically whenever Kodo determines that relevant modifications have been made and IgnoreCache is false. See KodoConfiguration#getFlushBeforeQueries for more info.

See Also:
Constant Field Values

FLUSH_FALSE

static final int FLUSH_FALSE
Constant denoting that queries should never flush data to the database automatically before executing a query, but should instead execute queries in-memory if necessary. See KodoConfiguration#getFlushBeforeQueries for more info.

See Also:
Constant Field Values

FLUSH_WITH_CONNECTION

static final int FLUSH_WITH_CONNECTION
Constant denoting that queries should flush data to the database automatically when Kodo determines that relevant modifications have been made and the current context already has a dedicated connection. See KodoConfiguration#getFlushBeforeQueries for more info.

See Also:
Constant Field Values

Kodo 4.0.0RC2 generated on May 12 2006

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