Uses of Interface
org.nuiton.topia.persistence.TopiaDao
Packages that use TopiaDao
Package
Description
This package contains most of the needed contracts when using ToPIA.
-
Uses of TopiaDao in org.nuiton.topia.persistence
Methods in org.nuiton.topia.persistence with type parameters of type TopiaDaoModifier and TypeMethodDescription<E extends TopiaEntity,D extends TopiaDao<E>>
DGet Dao for specified class.Methods in org.nuiton.topia.persistence that return TopiaDaoModifier and TypeMethodDescription<E extends TopiaEntity>
TopiaDao<E>Get Dao for specified class.TopiaDao<?>TopiaEntityContextable.getGenericEntityDao() -
Uses of TopiaDao in org.nuiton.topia.persistence.internal
Classes in org.nuiton.topia.persistence.internal that implement TopiaDaoModifier and TypeClassDescriptionclassAbstractTopiaDao<E extends TopiaEntity>This class has the common methods usable for each Dao managed by Topia.Fields in org.nuiton.topia.persistence.internal with type parameters of type TopiaDaoModifier and TypeFieldDescriptionprotected Map<Class<? extends TopiaEntity>,TopiaDao<? extends TopiaEntity>> AbstractTopiaPersistenceContext.daoCacheAlready loaded DAO cache within this persistence contextMethods in org.nuiton.topia.persistence.internal with type parameters of type TopiaDaoMethods in org.nuiton.topia.persistence.internal that return TopiaDao -
Uses of TopiaDao in org.nuiton.topia.persistence.util
Methods in org.nuiton.topia.persistence.util with parameters of type TopiaDaoModifier and TypeMethodDescriptionstatic <E extends TopiaEntity>
ETopiaEntityHelper.getExistingEntity(TopiaDao<E> dao, String topiaId) Récupère une entité qui doit exister à partir de son id.