Class TopiaDAOLegacy<E extends TopiaEntity>

java.lang.Object
org.nuiton.topia.persistence.TopiaDAOImpl<E>
org.nuiton.topia.persistence.TopiaDAOLegacy<E>
Type Parameters:
E - le type de l'entite
All Implemented Interfaces:
java.lang.Iterable<E>, TopiaDAO<E>, TopiaDAODeprecated<E>

@Deprecated
public class TopiaDAOLegacy<E extends TopiaEntity>
extends TopiaDAOImpl<E>
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.
Surcharge du TopiaDAOImpl pour utiliser l'api criteria au lieu du hql pour tout ce qui est requétage. Created: 31 déc. 2005 13:10:34
Author:
bpoussin <poussin@codelutin.com>, tchemit <chemit@codelutin.com>