|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Savable | |
|---|---|
| net.spy.db | SPY Database Layer |
| net.spy.db.savables | Savable Collections, etc... |
| Uses of Savable in net.spy.db |
|---|
| Classes in net.spy.db that implement Savable | |
|---|---|
class |
AbstractSavable
Abstract implementation of Savable. |
| Methods in net.spy.db with parameters of type Savable | |
|---|---|
void |
TransactionPipeline.addTransaction(Savable s,
SpyConfig conf)
Add a transaction to the pipeline without a context. |
void |
TransactionPipeline.addTransaction(Savable s,
SpyConfig conf,
SaveContext context)
Add a transaction to the pipeline. |
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 Savable in net.spy.db.savables |
|---|
| Classes in net.spy.db.savables that implement Savable | |
|---|---|
class |
CollectionSavable
Wrapper to save an existing collection. |
class |
SavableHashMap<K,V>
A subclass of HashMap that implements Savable. |
class |
SavableHashSet
A subclass of HashSet that implements Savable. |
| Constructor parameters in net.spy.db.savables with type arguments of type Savable | |
|---|---|
SavableHashMap(java.util.Map<K,Savable> map)
Get an instance of SavableHashMap populated with the given Map of objects. |
|
SavableHashSet(java.util.Collection<Savable> col)
Get an instance of SavableHashSet populated with the given Collection of objects. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||