org.squashtest.csp.tm.internal.repository.hibernate
Class HibernateProjectDao
java.lang.Object
org.squashtest.csp.tm.internal.repository.hibernate.HibernateDao<ENTITY_TYPE>
org.squashtest.csp.tm.internal.repository.hibernate.HibernateEntityDao<Project>
org.squashtest.csp.tm.internal.repository.hibernate.HibernateProjectDao
- All Implemented Interfaces:
- EntityDao<Project>, ProjectDao
@Repository
public class HibernateProjectDao
- extends HibernateEntityDao<Project>
- implements ProjectDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateProjectDao
public HibernateProjectDao()
findAll
public List<Project> findAll()
- Specified by:
findAll in interface ProjectDao
findSortedProjects
public List<Project> findSortedProjects(CollectionSorting filter)
- Specified by:
findSortedProjects in interface ProjectDao
countProjects
public long countProjects()
- Specified by:
countProjects in interface ProjectDao
findByIdList
public List<Project> findByIdList(Collection<Long> list)
- Specified by:
findByIdList in interface ProjectDao
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.