| Package | Description |
|---|---|
| org.jsimpledb |
Abstraction layer allowing access to a
Database using normal Java objects. |
| Modifier and Type | Method and Description |
|---|---|
JSimpleDB |
Session.getJSimpleDB()
Get the associated
JSimpleDB, if any. |
JSimpleDB |
JTransaction.getJSimpleDB()
Get the
JSimpleDB associated with this instance. |
JSimpleDB |
JSchemaObject.getJSimpleDB()
Get the
JSimpleDB with which this instance is associated. |
JSimpleDB |
JSimpleDBFactory.newJSimpleDB()
Construct a
JSimpleDB instance using this instance's configuration. |
| Constructor and Description |
|---|
Session(JSimpleDB jdb)
Constructor for
SessionMode.JSIMPLEDB. |
Copyright © 2017. All rights reserved.