|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SaveException | |
|---|---|
| net.spy.db | SPY Database Layer |
| net.spy.db.savables | Savable Collections, etc... |
| Uses of SaveException in net.spy.db |
|---|
| Methods in net.spy.db that throw SaveException | |
|---|---|
void |
Savable.save(java.sql.Connection conn,
SaveContext context)
Save this object's state over the given connection. |
void |
Saver.save(Savable o)
Save this Savabale and everything it contains at the default isolation level. |
void |
Saver.save(Savable o,
int level)
Save this Savabale and everything it contains at the default isolation level. |
| Uses of SaveException in net.spy.db.savables |
|---|
| Methods in net.spy.db.savables that throw SaveException | |
|---|---|
void |
SavableHashSet.save(java.sql.Connection conn,
SaveContext context)
Do nothing. |
void |
SavableHashMap.save(java.sql.Connection conn,
SaveContext context)
Do nothing. |
void |
CollectionSavable.save(java.sql.Connection conn,
SaveContext context)
NOOP. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||