|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ojb.broker.util.ObjectModificationDefaultImpl
Insert the type's description here.
| Field Summary | |
static ObjectModificationDefaultImpl |
INSERT
|
static ObjectModificationDefaultImpl |
UPDATE
|
| Fields inherited from interface org.apache.ojb.broker.util.ObjectModification |
serialVersionUID |
| Constructor Summary | |
ObjectModificationDefaultImpl()
ObjectModificationImpl constructor comment. |
|
ObjectModificationDefaultImpl(boolean pNeedsInsert,
boolean pNeedsUpdate)
ObjectModificationImpl constructor comment. |
|
| Method Summary | |
void |
markModified()
Method declaration |
boolean |
needsInsert()
returns true if the underlying Object needs an INSERT statement. |
boolean |
needsUpdate()
returns true if the underlying Object needs an UPDATE statement. |
void |
setNeedsInsert(boolean newValue)
Method declaration |
void |
setNeedsUpdate(boolean newValue)
Method declaration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final ObjectModificationDefaultImpl INSERT
public static final ObjectModificationDefaultImpl UPDATE
| Constructor Detail |
public ObjectModificationDefaultImpl()
public ObjectModificationDefaultImpl(boolean pNeedsInsert,
boolean pNeedsUpdate)
| Method Detail |
public boolean needsInsert()
needsInsert in interface ObjectModificationpublic boolean needsUpdate()
needsUpdate in interface ObjectModificationpublic void setNeedsInsert(boolean newValue)
newValue - public void setNeedsUpdate(boolean newValue)
newValue - public void markModified()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||