Uses of Interface
org.nuiton.topia.persistence.TopiaDAODeprecated
Packages that use TopiaDAODeprecated
Package
Description
This package contains interfaces and abstract classes for entities and daos.
-
Uses of TopiaDAODeprecated in org.nuiton.topia.persistence
Subinterfaces of TopiaDAODeprecated in org.nuiton.topia.persistenceModifier and TypeInterfaceDescriptioninterfaceTopiaDAO<E extends TopiaEntity>TopiaDAO is used to manipulate entities corresponding toEtype : create, delete, update or find entities.Classes in org.nuiton.topia.persistence that implement TopiaDAODeprecatedModifier and TypeClassDescriptionclassTopiaDAOImpl<E extends TopiaEntity>Cette classe permet d'avoir un ensemble de méthode implantée de façon standard et plus spécifiquement pour Hibernate.classTopiaDAOLegacy<E extends TopiaEntity>Deprecated.since 2.6.12 Using the hibernate Criteria api is not a good idea as we wants to use in ToPIA next generation (version 3.0) jpa api.