|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectModification
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 |
---|
static final long serialVersionUID
static final ObjectModification INSERT
static final ObjectModification UPDATE
Method Detail |
---|
boolean needsInsert()
boolean needsUpdate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |