| Package | Description |
|---|---|
| org.nuiton.topia |
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4
|
| org.nuiton.topia.framework |
Contains two interfaces, one
TopiaContextImplementor for internal
manipulations of TopiaContext and one TopiaService for topia
services. |
| org.nuiton.topia.persistence |
This package contains interfaces and abstract classes for entities and daos.
|
| Modifier and Type | Field and Description |
|---|---|
protected TopiaFiresSupport |
AbstractTopiaPersistenceContext.firesSupport |
protected TopiaFiresSupport |
HibernateTopiaJpaSupport.firesSupport |
protected TopiaFiresSupport |
AbstractTopiaApplicationContext.topiaFiresSupport |
| Modifier and Type | Method and Description |
|---|---|
protected TopiaFiresSupport |
AbstractTopiaPersistenceContext.getFiresSupport() |
| Constructor and Description |
|---|
HibernateTopiaJpaSupport(TopiaHibernateSupport hibernateSupport,
TopiaFiresSupport firesSupport) |
| Modifier and Type | Field and Description |
|---|---|
protected TopiaFiresSupport |
AbstractTopiaContext.firesSupport |
| Modifier and Type | Method and Description |
|---|---|
TopiaFiresSupport |
TopiaContextImplementor.getFiresSupport()
Deprecated.
internal usage
|
TopiaFiresSupport |
AbstractTopiaContext.getFiresSupport() |
| Modifier and Type | Field and Description |
|---|---|
protected TopiaFiresSupport |
TopiaEntityAbstract.fireSupport |
protected TopiaFiresSupport |
AbstractTopiaDao.topiaFiresSupport |
protected TopiaFiresSupport |
TopiaDAOImpl.topiaFiresSupport
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected TopiaFiresSupport |
TopiaEntityAbstract.getFireSupportOrNull() |
TopiaFiresSupport |
AbstractTopiaDao.getTopiaFiresSupport() |
protected TopiaFiresSupport |
TopiaDAOImpl.getTopiaFiresSupport()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaDAOImpl.init(TopiaContext context,
Class<E> entityClass,
TopiaFiresSupport topiaFiresSupport)
Deprecated.
When AbstractTopiaContext create the TopiaDAOHibernate, it must call this
method just after.
|
void |
AbstractTopiaDao.init(TopiaHibernateSupport topiaHibernateSupport,
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–2013 CodeLutin. All rights reserved.