| |
|
| java.lang.Object org.apache.ojb.broker.util.ObjectModificationDefaultImpl
Method Summary | |
public void | markModified() | public boolean | needsInsert() returns true if the underlying Object needs an INSERT statement. | public boolean | needsUpdate() returns true if the underlying Object needs an UPDATE statement. | public void | setNeedsInsert(boolean newValue) | public void | setNeedsUpdate(boolean newValue) |
ObjectModificationDefaultImpl | public ObjectModificationDefaultImpl()(Code) | | ObjectModificationImpl constructor comment.
|
ObjectModificationDefaultImpl | public ObjectModificationDefaultImpl(boolean pNeedsInsert, boolean pNeedsUpdate)(Code) | | ObjectModificationImpl constructor comment.
|
markModified | public void markModified()(Code) | | Method declaration
|
needsInsert | public boolean needsInsert()(Code) | | returns true if the underlying Object needs an INSERT statement. Returns false else.
|
needsUpdate | public boolean needsUpdate()(Code) | | returns true if the underlying Object needs an UPDATE statement.
Else Returns false.
|
setNeedsInsert | public void setNeedsInsert(boolean newValue)(Code) | | Method declaration
Parameters: newValue - |
setNeedsUpdate | public void setNeedsUpdate(boolean newValue)(Code) | | Method declaration
Parameters: newValue - |
|
|
|