|
Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated) 11g Release 1 (11.1.1) B32476-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.queryframework.DatabaseQuery
oracle.toplink.queryframework.ModifyQuery
public abstract class 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()
Returns if this query has been set to flush on execution. |
boolean |
isModifyQuery()
Return if this is a modify query. |
void |
setForceBatchStatementExecution(boolean value)
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 | ||||||||