| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains interfaces and abstract classes for entities and daos.
|
| org.nuiton.topia.persistence.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopiaPersistenceContext
This API provides all methods related to persistence :
Generic entity find
DAO factory
Schema management
|
| Modifier and Type | Method and Description |
|---|---|
TopiaTransaction |
TopiaTransactionAware.getTransaction()
Obtains the internal transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaTransactionAware.setTransaction(TopiaTransaction transaction)
Put in the instance, the given transaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopiaPersistenceContext
Abstract implementation of the TopiaPersistenceContext.
|
Copyright © 2004–2014 CodeLutin. All rights reserved.