|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ojb.broker.util.ObjectModificationDefaultImpl
ObjectModification.UPDATE and ObjectModification.INSERT
public class ObjectModificationDefaultImpl
Insert the type's description here.
| Field Summary | |
|---|---|
static ObjectModificationDefaultImpl |
INSERT
Deprecated. |
static ObjectModificationDefaultImpl |
UPDATE
Deprecated. |
| Fields inherited from interface org.apache.ojb.broker.util.ObjectModification |
|---|
serialVersionUID |
| Constructor Summary | |
|---|---|
ObjectModificationDefaultImpl()
Deprecated. ObjectModificationImpl constructor comment. |
|
ObjectModificationDefaultImpl(boolean pNeedsInsert,
boolean pNeedsUpdate)
Deprecated. ObjectModificationImpl constructor comment. |
|
| Method Summary | |
|---|---|
void |
markModified()
Deprecated. Method declaration |
boolean |
needsInsert()
Deprecated. returns true if the underlying Object needs an INSERT statement. |
boolean |
needsUpdate()
Deprecated. returns true if the underlying Object needs an UPDATE statement. |
void |
setNeedsInsert(boolean newValue)
Deprecated. Method declaration |
void |
setNeedsUpdate(boolean newValue)
Deprecated. 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 | |||||||||