Package org.nuiton.topia.persistence.util
-
Interface Summary Interface Description Creator<P,E> A simple contract to hook the creation phase of an entity associated (or not!)Deletor<P,E> A simple contract to hook the deletion of an entity.ListUpdator<P,E> A simple contract to allow you to update some collections of an entity.Loador<E> A simple contract to load an object from another one. -
Class Summary Class Description Collector<R> Un objet qui permet de parcourir des entites (via unCollector.CollectorVisitor) et de collecter des donnees pendant le parcours.Collector.CollectorVisitor DBMapping Une classe qui permet d'obtenir les mapping de noms entre les entités et les objets de la base.DiffState.DiffStateMap EntityListUpdator<P extends TopiaEntity,E extends TopiaEntity> A implementation ofListUpdatorforTopiaEntitytype.EntityOperator<B extends TopiaEntity> Un objet qui permet d'effecuter des operations de manipulation des donnees dans les entites du type donne.EntityOperatorStore Un cache d'operateurs.PagerBean Deprecated. PagerBeanUtil Useful method aroundPagerBean.TopiaEntityBinder<E extends TopiaEntity> ABinderdedicated toTopiaEntitydealing with technical values.TopiaEntityHelper Une classe avec des méthodes utiles sur les entités.TopiaEntityIdsMap A map of ids of entities grouped by their type.TopiaEntityMap<K extends TopiaEntityEnum,V extends TopiaEntity> A dictionnary ofTopiaEntityassociated to aTopiaEntityEnum.TopiaEntityRef Definition of a reference of an entity from a root entity. -
Enum Summary Enum Description DiffState Pour qualifier l'etat d'une entite lors du calcul d'un differentiel entre deux entites.