| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains most of the needed contracts when using ToPIA.
|
| org.nuiton.topia.persistence.internal | |
| org.nuiton.topia.persistence.internal.support | |
| org.nuiton.topia.persistence.util |
| Modifier and Type | Method and Description |
|---|---|
TopiaFiresSupport |
TopiaPersistenceContext.getTopiaFiresSupport()
Get the currently configured
TopiaFiresSupport. |
| Modifier and Type | Field and Description |
|---|---|
protected TopiaFiresSupport |
AbstractTopiaPersistenceContext.firesSupport |
protected TopiaFiresSupport |
AbstractTopiaEntity.fireSupport |
protected TopiaFiresSupport |
AbstractTopiaDao.topiaFiresSupport |
protected TopiaFiresSupport |
AbstractTopiaApplicationContext.topiaFiresSupport |
| Modifier and Type | Method and Description |
|---|---|
protected TopiaFiresSupport |
AbstractTopiaPersistenceContext.getFiresSupport() |
protected TopiaFiresSupport |
AbstractTopiaEntity.getFireSupportOrNull() |
TopiaFiresSupport |
AbstractTopiaDao.getTopiaFiresSupport() |
TopiaFiresSupport |
AbstractTopiaPersistenceContext.getTopiaFiresSupport() |
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected TopiaFiresSupport |
HibernateTopiaJpaSupport.firesSupport |
| Constructor and Description |
|---|
HibernateTopiaJpaSupport(TopiaHibernateSupport hibernateSupport,
TopiaFiresSupport firesSupport) |
| Modifier and Type | Field and Description |
|---|---|
protected TopiaFiresSupport |
TopiaH2Util.firesSupport |
| Constructor and Description |
|---|
TopiaH2Util(TopiaPersistenceContext persistenceContext,
TopiaSqlSupport context,
TopiaFiresSupport firesSupport) |
Copyright © 2004–2014 CodeLutin. All rights reserved.