org.squashtest.tm.service.internal.repository
Interface EntityDao<ENTITY_TYPE>

All Superinterfaces:
GenericDao<ENTITY_TYPE>
All Known Subinterfaces:
AttachmentContentDao, AttachmentDao, AttachmentListDao, BugTrackerBindingDao, BugTrackerDao, CampaignDao, CampaignFolderDao, CampaignTestPlanItemDao, CustomRequirementVersionCoverageDao, CustomTeamDao, CustomTestCaseDao, CustomTestSuiteDao, ExecutionDao, ExecutionStepDao, FolderDao<FOLDER,NODE>, IssueDao, IterationDao, IterationTestPlanDao, LibraryNodeDao<NODE>, PartyDao, RequirementDao, RequirementFolderDao, RequirementVersionCoverageDao, TeamDao, TestCaseDao, TestCaseFolderDao, TestStepDao, TestSuiteDao, UserDao, UsersGroupDao
All Known Implementing Classes:
HibernateAttachmentContentDao, HibernateAttachmentDao, HibernateAttachmentListDao, HibernateBugTrackerBindingDao, HibernateBugTrackerDao, HibernateCampaignDao, HibernateCampaignFolderDao, HibernateCampaignLibraryDao, HibernateCampaignLibraryNodeDao, HibernateCampaignTestPlanItemDao, HibernateCustomCustomFieldBindingDao, HibernateCustomCustomFieldDao, HibernateDatasetDao, HibernateEntityDao, HibernateExecutionDao, HibernateExecutionStepDao, HibernateIssueDao, HibernateItemTestPlanDao, HibernateIterationDao, HibernateLibraryDao, HibernatePartyDao, HibernateProjectDao, HibernateProjectFilterDao, HibernateRequirementDao, HibernateRequirementFolderDao, HibernateRequirementLibraryDao, HibernateRequirementLibraryNodeDao, HibernateRequirementVersionCoverageDao, HibernateTeamDao, HibernateTestCaseDao, HibernateTestCaseFolderDao, HibernateTestCaseLibraryDao, HibernateTestCaseLibraryNodeDao, HibernateTestStepDao, HibernateTestSuiteDao, HibernateUserDao, HibernateUsersGroupDao, StubRequirementDao

public interface EntityDao<ENTITY_TYPE>
extends GenericDao<ENTITY_TYPE>


Method Summary
 List<ENTITY_TYPE> findAll()
           
 List<ENTITY_TYPE> findAllByIds(Collection<Long> id)
           
 ENTITY_TYPE findById(long id)
           
 
Methods inherited from interface org.squashtest.tm.service.internal.repository.GenericDao
clearFromCache, clearFromCache, flush, persist, persist, remove, removeAll
 

Method Detail

findById

ENTITY_TYPE findById(long id)

findAll

List<ENTITY_TYPE> findAll()

findAllByIds

List<ENTITY_TYPE> findAllByIds(Collection<Long> id)


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.