|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.persistence.queries.DatabaseQuery
org.eclipse.persistence.queries.ModifyQuery
public abstract class ModifyQuery
Purpose: Abstract class for all modify queries. Currently contains no behavior.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.persistence.queries.DatabaseQuery |
|---|
DatabaseQuery.ParameterType |
| Field Summary | |
|---|---|
protected boolean |
forceBatchStatementExecution
|
protected boolean |
isBatchExecutionSupported
Define if this query is compatible with batch writing. |
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 |
isBatchExecutionSupported()
PUBLIC: Return if this query is compatible with batch writing. |
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 |
setIsBatchExecutionSupported(boolean isBatchExecutionSupported)
PUBLIC: Set if this query is compatible with batch writing. |
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
protected boolean isBatchExecutionSupported
| Constructor Detail |
|---|
public ModifyQuery()
| Method Detail |
|---|
public org.eclipse.persistence.internal.sessions.AbstractRecord getModifyRow()
public boolean isModifyQuery()
isModifyQuery in class DatabaseQuerypublic void setModifyRow(org.eclipse.persistence.internal.sessions.AbstractRecord row)
public void setForceBatchStatementExecution(boolean value)
public boolean forceBatchStatementExecution()
setForceBatchStatementExecution(boolean)public boolean isBatchExecutionSupported()
public void setIsBatchExecutionSupported(boolean isBatchExecutionSupported)
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||