|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TopiaContextImplementor | |
|---|---|
| org.nuiton.topia.framework | |
| org.nuiton.topia.persistence | |
| Uses of TopiaContextImplementor in org.nuiton.topia.framework |
|---|
| Classes in org.nuiton.topia.framework that implement TopiaContextImplementor | |
|---|---|
class |
TopiaContextImpl
Le TopiaContextImpl est le point d'entre pour acceder aux donnees. |
| 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 java.util.Set<TopiaContextImplementor> |
TopiaContextImpl.childContext
Set des sous context creer avec un beginTransaction et donc sur lequel nous sommes listener |
| 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 |
TopiaContextImplementor.getParentContext()
|
TopiaContextImplementor |
TopiaContextImpl.getParentContext()
|
TopiaContextImplementor |
TopiaContextImplementor.getRootContext()
|
TopiaContextImplementor |
TopiaContextImpl.getRootContext()
|
| Methods in org.nuiton.topia.framework that return types with arguments of type TopiaContextImplementor | |
|---|---|
java.util.Set<TopiaContextImplementor> |
TopiaContextImplementor.getChildContext()
|
java.util.Set<TopiaContextImplementor> |
TopiaContextImpl.getChildContext()
|
| Methods in org.nuiton.topia.framework with parameters of type TopiaContextImplementor | ||
|---|---|---|
protected void |
TopiaContextImpl.addChildContext(TopiaContextImplementor child)
|
|
|
TopiaFiresSupport.fireEntitiesLoad(TopiaContextImplementor context,
java.util.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,
java.lang.Object[] state)
|
|
void |
TopiaFiresSupport.fireOnPostDelete(TopiaContextImplementor context,
TopiaEntity entity,
java.lang.Object[] state)
|
|
void |
TopiaFiresSupport.fireOnPostLoad(TopiaContextImplementor context,
TopiaEntity entity,
java.lang.Object[] state)
|
|
void |
TopiaFiresSupport.fireOnPostRollback(TopiaContextImplementor context)
|
|
void |
TopiaFiresSupport.fireOnPostUpdate(TopiaContextImplementor context,
TopiaEntity entity,
java.lang.Object[] state)
|
|
void |
TopiaFiresSupport.fireOnPreCreate(TopiaContextImplementor context,
TopiaEntity entity,
java.lang.Object[] state)
|
|
void |
TopiaFiresSupport.fireOnPreDelete(TopiaContextImplementor context,
TopiaEntity entity,
java.lang.Object[] state)
|
|
void |
TopiaFiresSupport.fireOnPreLoad(TopiaContextImplementor context,
TopiaEntity entity,
java.lang.Object[] state)
|
|
void |
TopiaFiresSupport.fireOnPreUpdate(TopiaContextImplementor context,
TopiaEntity entity,
java.lang.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)
Initialise le service apres avoir creer le context |
|
boolean |
TopiaService.preInit(TopiaContextImplementor context)
Initialise le service avant de creer le context |
|
void |
TopiaContextImplementor.removeChildContext(TopiaContextImplementor child)
|
|
void |
TopiaContextImpl.removeChildContext(TopiaContextImplementor child)
|
|
| Constructors in org.nuiton.topia.framework with parameters of type TopiaContextImplementor | |
|---|---|
TopiaContextImpl(TopiaContextImplementor parentContext)
Constructeur utilisé par le beginTransaction pour créer le context fils. |
|
TopiaFiresSupport.TopiaHibernateEvent(TopiaContextImplementor rootContext)
|
|
| Uses of TopiaContextImplementor in org.nuiton.topia.persistence |
|---|
| Fields in org.nuiton.topia.persistence declared as TopiaContextImplementor | |
|---|---|
protected TopiaContextImplementor |
TopiaDAOImpl.context
|
| Methods in org.nuiton.topia.persistence that return TopiaContextImplementor | |
|---|---|
TopiaContextImplementor |
TopiaDAO.getContext()
|
TopiaContextImplementor |
TopiaDAOImpl.getContext()
|
| Methods in org.nuiton.topia.persistence with parameters of type TopiaContextImplementor | |
|---|---|
void |
TopiaDAO.init(TopiaContextImplementor context,
java.lang.Class<Entity> entityClass)
When TopiaContextImpl create the TopiaDAOHibernate, it must call this method just after. |
void |
TopiaDAOImpl.init(TopiaContextImplementor context,
java.lang.Class<Entity> entityClass)
When TopiaContextImpl create the TopiaDAOHibernate, it must call this method just after |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||