|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Interface ObjectModification represents information about modifications of persistence capable objects. Allows clients of the PersistenceBroker (e.g. a TransactionServer) to interact with the Broker in order to generate optimized SQL Statements.
Field Summary | |
static ObjectModification |
INSERT
Default implementation of this interface usable for INSERT. |
static long |
serialVersionUID
|
static ObjectModification |
UPDATE
Default implementation of this interface usable for UPDATE. |
Method Summary | |
boolean |
needsInsert()
Returns true if the underlying Object needs an INSERT statement. |
boolean |
needsUpdate()
Returns true if the underlying Object needs an UPDATE statement. |
Field Detail |
public static final long serialVersionUID
public static final ObjectModification INSERT
public static final ObjectModification UPDATE
Method Detail |
public boolean needsInsert()
public boolean needsUpdate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |