|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TopiaContextImplementor | |
|---|---|
| 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. |
| Uses of TopiaContextImplementor in org.nuiton.topia.framework |
|---|
| Classes in org.nuiton.topia.framework that implement TopiaContextImplementor | |
|---|---|
class |
TopiaContextImpl
TODO-fdesbois-20100507 : Need translation of javadoc. |
| Fields in org.nuiton.topia.framework declared as TopiaContextImplementor | |
|---|---|
protected TopiaContextImplementor |
TopiaContextImpl.parentContext
Le pere de ce context, les contexts initaux n'ont pas de context pere |
protected TopiaContextImplementor |
TopiaFiresSupport.TopiaHibernateEvent.rootContext
|
| Fields in org.nuiton.topia.framework with type parameters of type TopiaContextImplementor | |
|---|---|
protected Set<TopiaContextImplementor> |
TopiaContextImpl.childContext
Set of child context created with TopiaContextImpl.beginTransaction(). |
| Methods in org.nuiton.topia.framework that return TopiaContextImplementor | |
|---|---|
protected TopiaContextImplementor |
TopiaFiresSupport.TopiaHibernateEvent.getContext(TopiaContextImplementor parent,
org.hibernate.Session hibernate)
Recherche le context utilisant la session hibernate passe en parametre |
TopiaContextImplementor |
TopiaContextImpl.getParentContext()
|
TopiaContextImplementor |
TopiaContextImplementor.getParentContext()
|
TopiaContextImplementor |
TopiaContextImpl.getRootContext()
|
TopiaContextImplementor |
TopiaContextImplementor.getRootContext()
|
| Methods in org.nuiton.topia.framework that return types with arguments of type TopiaContextImplementor | |
|---|---|
Set<TopiaContextImplementor> |
TopiaContextImpl.getChildContext()
|
Set<TopiaContextImplementor> |
TopiaContextImplementor.getChildContext()
Retrieve a thread-safe copy of children context set. |
| Methods in org.nuiton.topia.framework with parameters of type TopiaContextImplementor | ||
|---|---|---|
protected void |
TopiaContextImpl.addChildContext(TopiaContextImplementor child)
|
|
|
TopiaFiresSupport.fireEntitiesLoad(TopiaContextImplementor context,
List<E> entities)
Notify entities listeners for load operation |
|
void |
TopiaFiresSupport.fireOnBeginTransaction(TopiaContextImplementor context)
|
|
void |
TopiaFiresSupport.fireOnPostCommit(TopiaContextImplementor context)
|
|
void |
TopiaFiresSupport.fireOnPostCreate(TopiaContextImplementor context,
TopiaEntity entity,
Object[] state)
|
|
void |
TopiaFiresSupport.fireOnPostDelete(TopiaContextImplementor context,
TopiaEntity entity,
Object[] state)
|
|
void |
TopiaFiresSupport.fireOnPostLoad(TopiaContextImplementor context,
TopiaEntity entity,
Object[] state)
|
|
void |
TopiaFiresSupport.fireOnPostRollback(TopiaContextImplementor context)
|
|
void |
TopiaFiresSupport.fireOnPostUpdate(TopiaContextImplementor context,
TopiaEntity entity,
Object[] state)
|
|
void |
TopiaFiresSupport.fireOnPreCreate(TopiaContextImplementor context,
TopiaEntity entity,
Object[] state)
|
|
void |
TopiaFiresSupport.fireOnPreDelete(TopiaContextImplementor context,
TopiaEntity entity,
Object[] state)
|
|
void |
TopiaFiresSupport.fireOnPreLoad(TopiaContextImplementor context,
TopiaEntity entity,
Object[] state)
|
|
void |
TopiaFiresSupport.fireOnPreUpdate(TopiaContextImplementor context,
TopiaEntity entity,
Object[] state)
|
|
protected TopiaContextImplementor |
TopiaFiresSupport.TopiaHibernateEvent.getContext(TopiaContextImplementor parent,
org.hibernate.Session hibernate)
Recherche le context utilisant la session hibernate passe en parametre |
|
boolean |
TopiaService.postInit(TopiaContextImplementor context)
Initiliaze the service after create the context. |
|
boolean |
TopiaService.preInit(TopiaContextImplementor context)
Initiliaze the service before create the context. |
|
void |
TopiaContextImpl.removeChildContext(TopiaContextImplementor child)
|
|
void |
TopiaContextImplementor.removeChildContext(TopiaContextImplementor child)
|
|
| Constructors in org.nuiton.topia.framework with parameters of type TopiaContextImplementor | |
|---|---|
TopiaContextImpl(TopiaContextImplementor parentContext)
Constructor used by TopiaContextImpl.beginTransaction() to instantiate child from
parentContext. |
|
TopiaFiresSupport.TopiaHibernateEvent(TopiaContextImplementor rootContext)
|
|
| Uses of TopiaContextImplementor in org.nuiton.topia.persistence |
|---|
| Fields in org.nuiton.topia.persistence declared as TopiaContextImplementor | |
|---|---|
protected TopiaContextImplementor |
TopiaDAOLegacy.context
|
protected TopiaContextImplementor |
TopiaDAOImpl.context
|
| Methods in org.nuiton.topia.persistence that return TopiaContextImplementor | |
|---|---|
TopiaContextImplementor |
TopiaDAO.getContext()
Return context used by this DAO. |
TopiaContextImplementor |
TopiaDAOLegacy.getContext()
|
TopiaContextImplementor |
TopiaDAOImpl.getContext()
|
| Methods in org.nuiton.topia.persistence with parameters of type TopiaContextImplementor | |
|---|---|
void |
TopiaDAO.init(TopiaContextImplementor context,
Class<E> entityClass)
When TopiaContextImpl create the TopiaDAOHibernate, it must call this method just after. |
void |
TopiaDAOLegacy.init(TopiaContextImplementor context,
Class<E> entityClass)
When TopiaContextImpl create the TopiaDAOHibernate, it must call this method just after |
void |
TopiaDAOImpl.init(TopiaContextImplementor context,
Class<E> entityClass)
When TopiaContextImpl create the TopiaDAOHibernate, it must call this method just after. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||