| 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 |
|---|---|
TopiaDaoSupplier |
TopiaEntityContextable.getTopiaDAOSupplier() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaEntityContextable.setTopiaDAOSupplier(TopiaDaoSupplier topiaDAO) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopiaPersistenceContext
Abstract implementation of the TopiaPersistenceContext.
|
| Modifier and Type | Field and Description |
|---|---|
protected TopiaDaoSupplier |
AbstractTopiaDao.topiaDaoSupplier |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTopiaDao.init(TopiaJpaSupport topiaJpaSupport,
TopiaSqlSupport topiaSqlSupport,
TopiaListenableSupport topiaListenableSupport,
TopiaIdFactory topiaIdFactory,
TopiaFiresSupport topiaFiresSupport,
TopiaDaoSupplier topiaDaoSupplier)
When AbstractTopiaContext create the TopiaDAOHibernate, it must call this
method just after.
|
Copyright © 2004–2014 CodeLutin. All rights reserved.