| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains most of the needed contracts when using ToPIA.
|
| org.nuiton.topia.persistence.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopiaPersistenceContext
This contract represents a persistence context, which lifecycle is linked to the transaction lifecycle.
|
| Modifier and Type | Method and Description |
|---|---|
TopiaTransaction |
TopiaTransactionAware.getTransaction()
Deprecated.
Obtains the internal transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaTransactionAware.setTransaction(TopiaTransaction transaction)
Deprecated.
Put in the instance, the given transaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopiaPersistenceContext
Abstract implementation of the TopiaPersistenceContext.
|
Copyright © 2004–2018 CodeLutin. All rights reserved.