|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.queries.DatabaseQuery org.eclipse.persistence.queries.ModifyQuery
public abstract class ModifyQuery
Purpose: Abstract class for all modify queries. Currently contains no behavior.
Field Summary | |
---|---|
protected boolean |
forceBatchStatementExecution
|
protected org.eclipse.persistence.internal.sessions.AbstractRecord |
modifyRow
|
Constructor Summary | |
---|---|
ModifyQuery()
|
Method Summary | |
---|---|
boolean |
forceBatchStatementExecution()
PUBLIC: Returns if this query has been set to flush on execution. |
org.eclipse.persistence.internal.sessions.AbstractRecord |
getModifyRow()
INTERNAL: Return the modify row |
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. |
void |
setModifyRow(org.eclipse.persistence.internal.sessions.AbstractRecord row)
INTERNAL: Set the modify row |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected org.eclipse.persistence.internal.sessions.AbstractRecord modifyRow
protected boolean forceBatchStatementExecution
Constructor Detail |
---|
public ModifyQuery()
Method Detail |
---|
public org.eclipse.persistence.internal.sessions.AbstractRecord getModifyRow()
public boolean isModifyQuery()
isModifyQuery
in class DatabaseQuery
public void setModifyRow(org.eclipse.persistence.internal.sessions.AbstractRecord row)
public void setForceBatchStatementExecution(boolean value)
public boolean forceBatchStatementExecution()
setForceBatchStatementExecution(boolean)
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |