| 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.
|
| org.nuiton.topia.persistence.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopiaContext
Le AbstractTopiaContext est le point d'entre pour acceder aux donnees.
|
| Modifier and Type | Field and Description |
|---|---|
protected TopiaContextImplementor |
AbstractTopiaContext.parentContext
Deprecated.
Hierarchical context are not supported anymore
|
protected TopiaContextImplementor |
TopiaHibernateEventListener.rootContext |
| Modifier and Type | Field and Description |
|---|---|
protected Set<TopiaContextImplementor> |
AbstractTopiaContext.childContext
Set of child context created with
AbstractTopiaContext.beginTransaction(). |
| Modifier and Type | Method and Description |
|---|---|
protected TopiaContextImplementor |
TopiaHibernateEventListener.getContext(TopiaContextImplementor parent,
org.hibernate.Session hibernate)
Recherche le context utilisant la session hibernate passe en
parametre
|
TopiaContextImplementor |
TopiaContextImplementor.getParentContext()
Deprecated.
Hierarchical context are not supported anymore
|
TopiaContextImplementor |
AbstractTopiaContext.getParentContext() |
TopiaContextImplementor |
TopiaContextImplementor.getRootContext()
Deprecated.
Hierarchical context are not supported anymore
|
TopiaContextImplementor |
AbstractTopiaContext.getRootContext() |
| Modifier and Type | Method and Description |
|---|---|
Set<TopiaContextImplementor> |
TopiaContextImplementor.getChildContext()
Deprecated.
Hierarchical context are not supported anymore
|
Set<TopiaContextImplementor> |
AbstractTopiaContext.getChildContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTopiaContext.addChildContext(TopiaContextImplementor child) |
List<O> |
TopiaSQLQuery.findMultipleResult(TopiaContextImplementor tx)
Deprecated.
since 3.0, use now
TopiaSQLQuery.findMultipleResult(TopiaContext). |
O |
TopiaSQLQuery.findSingleResult(TopiaContextImplementor tx)
Deprecated.
since 3.0, use now
TopiaSQLQuery.findSingleResult(TopiaContext). |
protected TopiaContextImplementor |
TopiaHibernateEventListener.getContext(TopiaContextImplementor parent,
org.hibernate.Session hibernate)
Recherche le context utilisant la session hibernate passe en
parametre
|
| Constructor and Description |
|---|
AbstractTopiaContext(TopiaContextImplementor parentContext)
Constructor used by
AbstractTopiaContext.beginTransaction() to instantiate child from
parentContext. |
TopiaHibernateEventListener(TopiaContextImplementor rootContext) |
| Modifier and Type | Method and Description |
|---|---|
TopiaContextImplementor |
TopiaDAOImpl.getContext()
Deprecated.
|
TopiaContextImplementor |
LegacyTopiaDao.getContext()
Deprecated.
|
TopiaContextImplementor |
TopiaDAO.getContext()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends TopiaEntity> |
TopiaEntityHelper.getEntities(TopiaContextImplementor srcCtxt,
List<E> entityList,
boolean canBeNull) |
Copyright © 2004–2013 CodeLutin. All rights reserved.