Uses of Interface
org.nuiton.topia.framework.TopiaContextImplementor
Packages that use TopiaContextImplementor
Package
Description
Contains two interfaces, one
TopiaContextImplementor for internal
manipulations of TopiaContext and one TopiaService for topia
services.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 TopiaContextImplementorModifier and TypeClassDescriptionclassLe TopiaContextImpl est le point d'entre pour acceder aux donnees.Fields in org.nuiton.topia.framework declared as TopiaContextImplementorModifier and TypeFieldDescriptionprotected 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 TopiaContextImplementorModifier and TypeFieldDescriptionprotected final Set<TopiaContextImplementor>TopiaContextImpl.childContextSet of child context created withTopiaContextImpl.beginTransaction().Methods in org.nuiton.topia.framework that return TopiaContextImplementorModifier and TypeMethodDescriptionprotected TopiaContextImplementorTopiaFiresSupport.TopiaHibernateEvent.getContext(TopiaContextImplementor parent, org.hibernate.Session hibernate) Recherche le context utilisant la session hibernate passe en parametreTopiaContextImpl.getParentContext()TopiaContextImplementor.getParentContext()TopiaContextImpl.getRootContext()TopiaContextImplementor.getRootContext()Methods in org.nuiton.topia.framework that return types with arguments of type TopiaContextImplementorModifier and TypeMethodDescriptionTopiaContextImpl.getChildContext()TopiaContextImplementor.getChildContext()Retrieve a thread-safe copy of children context set.Methods in org.nuiton.topia.framework with parameters of type TopiaContextImplementorModifier and TypeMethodDescriptionprotected voidTopiaContextImpl.addChildContext(TopiaContextImplementor child) TopiaSQLQuery.findMultipleResult(TopiaContextImplementor tx) Obtain a multiple results fro the builded sql query.TopiaSQLQuery.findSingleResult(TopiaContextImplementor tx) Obtain a single result from the builded sql query.<E extends TopiaEntity>
List<E>TopiaFiresSupport.fireEntitiesLoad(TopiaContextImplementor context, List<E> entities) Notify entities listeners for load operationvoidTopiaFiresSupport.fireOnBeginTransaction(TopiaContextImplementor context) voidTopiaFiresSupport.fireOnPostCommit(TopiaContextImplementor context) voidTopiaFiresSupport.fireOnPostCreate(TopiaContextImplementor context, TopiaEntity entity, Object[] state) voidTopiaFiresSupport.fireOnPostDelete(TopiaContextImplementor context, TopiaEntity entity, Object[] state) voidTopiaFiresSupport.fireOnPostLoad(TopiaContextImplementor context, TopiaEntity entity, Object[] state) voidTopiaFiresSupport.fireOnPostRollback(TopiaContextImplementor context) voidTopiaFiresSupport.fireOnPostUpdate(TopiaContextImplementor context, TopiaEntity entity, Object[] state, Object[] oldState, int[] dirtyProperties) voidTopiaFiresSupport.fireOnPreCreate(TopiaContextImplementor context, TopiaEntity entity, Object[] state) voidTopiaFiresSupport.fireOnPreDelete(TopiaContextImplementor context, TopiaEntity entity, Object[] state) voidTopiaFiresSupport.fireOnPreLoad(TopiaContextImplementor context, TopiaEntity entity, Object[] state) voidTopiaFiresSupport.fireOnPreUpdate(TopiaContextImplementor context, TopiaEntity entity, Object[] state, 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 TopiaContextImplementorModifierConstructorDescriptionConnectionProviderSupplier(TopiaContextImplementor topiaContextImplementor) protectedTopiaContextImpl(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 TopiaContextImplementorModifier and TypeFieldDescriptionprotected TopiaContextImplementorTopiaDAOImpl.contextUnderlying context used by this dao to do actions on db.Methods in org.nuiton.topia.persistence that return TopiaContextImplementorModifier and TypeMethodDescriptionTopiaDAO.getContext()Return context used by this DAO.TopiaDAOImpl.getContext()Methods in org.nuiton.topia.persistence with parameters of type TopiaContextImplementorModifier and TypeMethodDescriptionvoidTopiaDAO.init(TopiaContextImplementor context, Class<E> entityClass) When TopiaContextImpl create the TopiaDAOHibernate, it must call this method just after.voidTopiaDAOImpl.init(TopiaContextImplementor context, 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 TopiaContextImplementorModifier and TypeMethodDescriptionstatic <E extends TopiaEntity>
List<E>TopiaEntityHelper.getEntities(TopiaContextImplementor srcCtxt, List<E> entityList, boolean canBeNull)