|
Kodo 4.0.0RC2 generated on May 12 2006 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueryFlushModes
Constants for determining when to flush before queries.
| 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 |
|---|
static final int FLUSH_TRUE
false. See KodoConfiguration#getFlushBeforeQueries
for more info.
static final int FLUSH_FALSE
KodoConfiguration#getFlushBeforeQueries for more info.
static final int FLUSH_WITH_CONNECTION
KodoConfiguration#getFlushBeforeQueries for more info.
|
Kodo 4.0.0RC2 generated on May 12 2006 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||