|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SaveContext | |
|---|---|
| net.spy.db | SPY Database Layer |
| net.spy.db.savables | Savable Collections, etc... |
| Uses of SaveContext in net.spy.db |
|---|
| Methods in net.spy.db with parameters of type SaveContext | |
|---|---|
ScheduledFuture<?> |
TransactionPipeline.addTransaction(Savable s,
SpyConfig conf,
SaveContext ctx)
Add a transaction to the pipeline. |
Collection<? extends Savable> |
Savable.getPostSavables(SaveContext context)
Get a Collection of all of the SavableNodes this SavableNode is holding that will need to be saved after this Savable. |
Collection<? extends Savable> |
AbstractSavable.getPostSavables(SaveContext context)
Get the dependent objects for this Savable. |
Collection<? extends Savable> |
Savable.getPreSavables(SaveContext context)
Get a Collection of all of the SavableNodes this SavableNode is holding that will need to be saved before this Savable. |
Collection<? extends Savable> |
AbstractSavable.getPreSavables(SaveContext context)
Get the objects that need to be saved before this object. |
void |
Savable.save(Connection conn,
SaveContext context)
Save this object's state over the given connection. |
| Constructors in net.spy.db with parameters of type SaveContext | |
|---|---|
Saver(SpyConfig conf,
SaveContext ctx)
Get an instance of saver with the given database config and context. |
|
| Uses of SaveContext in net.spy.db.savables |
|---|
| Methods in net.spy.db.savables with parameters of type SaveContext | |
|---|---|
Collection<Savable> |
SavableHashSet.getPostSavables(SaveContext context)
|
Collection<? extends Savable> |
SavableHashMap.getPostSavables(SaveContext context)
|
Collection<? extends Savable> |
CollectionSavable.getPostSavables(SaveContext context)
Get the collection. |
Collection<Savable> |
SavableHashSet.getPreSavables(SaveContext context)
|
Collection<? extends Savable> |
SavableHashMap.getPreSavables(SaveContext context)
|
void |
SavableHashSet.save(Connection conn,
SaveContext context)
Do nothing. |
void |
SavableHashMap.save(Connection conn,
SaveContext context)
Do nothing. |
void |
CollectionSavable.save(Connection conn,
SaveContext context)
NOOP. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||