org.squashtest.csp.tm.internal.repository
Interface ProjectDao
- All Superinterfaces:
- CustomProjectDao
public interface ProjectDao
- extends CustomProjectDao
findById
Project findById(long id)
persist
void persist(Project project)
findAll
List<Project> findAll()
findAllByIds
List<Project> findAllByIds(List<Long> ids)
findAllOrderedByName
List<Project> findAllOrderedByName()
countProjects
long countProjects()
findProjectFiltersContainingProject
List<ProjectFilter> findProjectFiltersContainingProject(long id)
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.