|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for transactionally savable objects.
| Method Summary | |
Collection |
getSavables(SaveContext context)
Deprecated. Get a list of all of the Savables this Savable is holding that will need to be saved after this object. |
boolean |
isModified()
Deprecated. Has this object been modified? |
boolean |
isNew()
Deprecated. Is this a new object? |
void |
save(Connection conn,
SaveContext context)
Deprecated. Save this object's state over the given connection. |
| Method Detail |
public boolean isNew()
public boolean isModified()
public void save(Connection conn,
SaveContext context)
throws SaveException,
SQLException
conn - the connection to use for savingcontext - SaveContext being used in this Saver session
SaveException
SQLExceptionpublic Collection getSavables(SaveContext context)
context - SaveContext being used in this Saver session
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||