Uses of Interface
org.nuiton.topia.framework.TopiaContextImplementor
| 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 |
-
Uses of TopiaContextImplementor in org.nuiton.topia.framework
Classes in org.nuiton.topia.framework that implement TopiaContextImplementor Modifier and Type Class Description classTopiaContextImplLe TopiaContextImpl est le point d'entre pour acceder aux donnees.Fields in org.nuiton.topia.framework declared as TopiaContextImplementor Modifier and Type Field Description protected TopiaContextImplementorTopiaContextImpl. parentContextLe pere de ce context, les contexts initaux n'ont pas de context pereprotected TopiaContextImplementorTopiaFiresSupport.TopiaHibernateEvent. rootContextFields in org.nuiton.topia.framework with type parameters of type TopiaContextImplementor Modifier and Type Field Description protected java.util.Set<TopiaContextImplementor>TopiaContextImpl. childContextSet of child context created withTopiaContextImpl.beginTransaction().Methods in org.nuiton.topia.framework that return TopiaContextImplementor Modifier and Type Method Description protected TopiaContextImplementorTopiaFiresSupport.TopiaHibernateEvent. getContext(TopiaContextImplementor parent, org.hibernate.Session hibernate)Recherche le context utilisant la session hibernate passe en parametreTopiaContextImplementorTopiaContextImpl. getParentContext()TopiaContextImplementorTopiaContextImplementor. getParentContext()TopiaContextImplementorTopiaContextImpl. getRootContext()TopiaContextImplementorTopiaContextImplementor. getRootContext()Methods in org.nuiton.topia.framework that return types with arguments of type TopiaContextImplementor Modifier and Type Method Description java.util.Set<TopiaContextImplementor>TopiaContextImpl. getChildContext()java.util.Set<TopiaContextImplementor>TopiaContextImplementor. getChildContext()Retrieve a thread-safe copy of children context set.Methods in org.nuiton.topia.framework with parameters of type TopiaContextImplementor Modifier and Type Method Description protected voidTopiaContextImpl. addChildContext(TopiaContextImplementor child)java.util.List<O>TopiaSQLQuery. findMultipleResult(TopiaContextImplementor tx)Obtain a multiple results fro the builded sql query.OTopiaSQLQuery. findSingleResult(TopiaContextImplementor tx)Obtain a single result from the builded sql query.<E extends TopiaEntity>
java.util.List<E>TopiaFiresSupport. fireEntitiesLoad(TopiaContextImplementor context, java.util.List<E> entities)Notify entities listeners for load operationvoidTopiaFiresSupport. fireOnBeginTransaction(TopiaContextImplementor context)voidTopiaFiresSupport. fireOnPostCommit(TopiaContextImplementor context)voidTopiaFiresSupport. fireOnPostCreate(TopiaContextImplementor context, TopiaEntity entity, java.lang.Object[] state)voidTopiaFiresSupport. fireOnPostDelete(TopiaContextImplementor context, TopiaEntity entity, java.lang.Object[] state)voidTopiaFiresSupport. fireOnPostLoad(TopiaContextImplementor context, TopiaEntity entity, java.lang.Object[] state)voidTopiaFiresSupport. fireOnPostRollback(TopiaContextImplementor context)voidTopiaFiresSupport. fireOnPostUpdate(TopiaContextImplementor context, TopiaEntity entity, java.lang.Object[] state, java.lang.Object[] oldState, int[] dirtyProperties)voidTopiaFiresSupport. fireOnPreCreate(TopiaContextImplementor context, TopiaEntity entity, java.lang.Object[] state)voidTopiaFiresSupport. fireOnPreDelete(TopiaContextImplementor context, TopiaEntity entity, java.lang.Object[] state)voidTopiaFiresSupport. fireOnPreLoad(TopiaContextImplementor context, TopiaEntity entity, java.lang.Object[] state)voidTopiaFiresSupport. fireOnPreUpdate(TopiaContextImplementor context, TopiaEntity entity, java.lang.Object[] state, java.lang.Object[] oldState)protected TopiaContextImplementorTopiaFiresSupport.TopiaHibernateEvent. getContext(TopiaContextImplementor parent, org.hibernate.Session hibernate)Recherche le context utilisant la session hibernate passe en parametrebooleanTopiaService. postInit(TopiaContextImplementor context)Initiliaze the service after create thecontext.booleanTopiaService. preInit(TopiaContextImplementor context)Initiliaze the service before create thecontext.voidTopiaContextImpl. removeChildContext(TopiaContextImplementor child)voidTopiaContextImplementor. removeChildContext(TopiaContextImplementor child)Constructors in org.nuiton.topia.framework with parameters of type TopiaContextImplementor Constructor Description ConnectionProviderSupplier(TopiaContextImplementor topiaContextImplementor)TopiaContextImpl(TopiaContextImplementor parentContext)Constructor used byTopiaContextImpl.beginTransaction()to instantiate child fromparentContext.TopiaHibernateEvent(TopiaContextImplementor rootContext) -
Uses of TopiaContextImplementor in org.nuiton.topia.persistence
Fields in org.nuiton.topia.persistence declared as TopiaContextImplementor Modifier and Type Field Description protected TopiaContextImplementorTopiaDAOImpl. contextUnderlying context used by this dao to do actions on db.Methods in org.nuiton.topia.persistence that return TopiaContextImplementor Modifier and Type Method Description TopiaContextImplementorTopiaDAO. getContext()Return context used by this DAO.TopiaContextImplementorTopiaDAOImpl. getContext()Methods in org.nuiton.topia.persistence with parameters of type TopiaContextImplementor Modifier and Type Method Description voidTopiaDAO. init(TopiaContextImplementor context, java.lang.Class<E> entityClass)When TopiaContextImpl create the TopiaDAOHibernate, it must call this method just after.voidTopiaDAOImpl. init(TopiaContextImplementor context, java.lang.Class<E> entityClass)When TopiaContextImpl create the TopiaDAOHibernate, it must call this method just after. -
Uses of TopiaContextImplementor in org.nuiton.topia.persistence.util
Methods in org.nuiton.topia.persistence.util with parameters of type TopiaContextImplementor Modifier and Type Method Description static <E extends TopiaEntity>
java.util.List<E>TopiaEntityHelper. getEntities(TopiaContextImplementor srcCtxt, java.util.List<E> entityList, boolean canBeNull)