| Package | Description |
|---|---|
| org.jsimpledb |
Abstraction layer allowing access to a
Database using normal Java objects. |
| Modifier and Type | Method and Description |
|---|---|
SnapshotJTransaction |
JSimpleDB.createSnapshotTransaction(KVStore kvstore,
boolean allowNewSchema,
ValidationMode validationMode)
Create a new
SnapshotJTransaction based on the provided key/value store. |
SnapshotJTransaction |
JTransaction.createSnapshotTransaction(ValidationMode validationMode)
Create an empty snapshot transaction based on this instance.
|
SnapshotJTransaction |
JSimpleDB.createSnapshotTransaction(ValidationMode validationMode)
Create a new, empty
SnapshotJTransaction backed by a NavigableMapKVStore. |
SnapshotJTransaction |
JTransaction.getSnapshotTransaction()
Get the default
SnapshotJTransaction associated with this instance. |
Copyright © 2017. All rights reserved.