| Package | Description |
|---|---|
| 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 |
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 |
TopiaDAOImpl.topiaFiresSupport |
| Modifier and Type | Method and Description |
|---|---|
protected TopiaFiresSupport |
TopiaEntityAbstract.getFireSupportOrNull() |
protected TopiaFiresSupport |
TopiaDAOImpl.getTopiaFiresSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopiaDAOImpl.init(TopiaContext context,
Class<E> entityClass,
TopiaFiresSupport topiaFiresSupport)
When AbstractTopiaContext create the TopiaDAOHibernate, it must call this
method just after.
|
Copyright © 2004–2013 CodeLutin. All rights reserved.