Package | Description |
---|---|
com.viaoa.object |
Observable data model Object, that is the superclass for all OAModel classes.
|
com.viaoa.transaction |
Support for transactions (rollback, commit, etc).
|
Modifier and Type | Field and Description |
---|---|
protected OATransaction |
OAThreadLocal.transaction |
Modifier and Type | Method and Description |
---|---|
static OATransaction |
OAThreadLocalDelegate.getTransaction() |
Modifier and Type | Method and Description |
---|---|
static void |
OAThreadLocalDelegate.setTransaction(OATransaction t)
Called by OATransaction.start()
Used internally by classes that work with the transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
OATransactionListener.commit(OATransaction t) |
void |
OATransactionListener.rollback(OATransaction t) |
Copyright © 1999–2019 ViaOA. All rights reserved.