| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains interfaces and abstract classes for entities and daos.
|
| org.nuiton.topia.persistence.internal | |
| org.nuiton.topia.persistence.internal.support |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopiaApplicationContext<K extends TopiaPersistenceContext>
Created on 12/20/13.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopiaApplicationContext<K extends TopiaPersistenceContext>
The application context is the main class in ToPIA usage.
|
| Modifier and Type | Field and Description |
|---|---|
protected TopiaListenableSupport |
AbstractTopiaPersistenceContext.listenableSupport |
protected TopiaListenableSupport |
AbstractTopiaDao.topiaListenableSupport |
| Modifier and Type | Method and Description |
|---|---|
protected TopiaListenableSupport |
AbstractTopiaApplicationContext.getTopiaListenableSupport() |
| 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.
|
| Constructor and Description |
|---|
AbstractTopiaPersistenceContext(HibernateProvider hibernateProvider,
TopiaListenableSupport listenableSupport,
TopiaIdFactory topiaIdFactory,
TopiaHibernateSessionRegistry sessionRegistry)
Creating a new TopiaPersistenceContext is equivalent to creating a new transaction
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopiaFiresSupport
TODO-fdesbois-20100507 : Need translation of javadoc.
|
Copyright © 2004–2014 CodeLutin. All rights reserved.