|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.toplink.queryframework.DatabaseQuery
oracle.toplink.queryframework.ModifyQuery
Purpose: Abstract class for all modify queries. Currently contains no behavoir.
| Field Summary |
| Fields inherited from class oracle.toplink.queryframework.DatabaseQuery |
CascadeAggregateDelete, CascadeAllParts, CascadeByMapping, CascadeDependentParts, CascadePrivateParts, NoCascading |
| Constructor Summary | |
ModifyQuery() |
|
| Method Summary | |
boolean |
forceBatchStatementExecution()PUBLIC: Returns if this query has been set to flush on execution. |
boolean |
isModifyQuery()PUBLIC: Return if this is a modify query. |
void |
setForceBatchStatementExecution(boolean value)PUBLIC: Allow setting this query to be the last statement added to a batch statement and ensure it is flushed on execution. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ModifyQuery()
| Method Detail |
public boolean isModifyQuery()
isModifyQuery in class DatabaseQuerypublic void setForceBatchStatementExecution(boolean value)
public boolean forceBatchStatementExecution()
setForceBatchStatementExecution(boolean)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||