| Package | Description |
|---|---|
| org.jsimpledb |
Abstraction layer allowing access to a
Database using normal Java objects. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Session.performSessionAction(Session.Action action)
Perform the given action in the context of this session.
|
boolean |
Session.performSessionActionWithCurrentTransaction(Session.Action action)
Associate the current
JTransaction with this instance, if not already associated, while performing the given action. |
Copyright © 2017. All rights reserved.