Uses of Interface
org.squashtest.tm.service.internal.repository.LibraryDao

Packages that use LibraryDao
org.squashtest.tm.service.internal.library   
org.squashtest.tm.service.internal.repository   
org.squashtest.tm.service.internal.repository.hibernate This file contains Hibernate named queries used by DAOs. 
org.squashtest.tm.service.internal.testcase   
 

Uses of LibraryDao in org.squashtest.tm.service.internal.library
 

Methods in org.squashtest.tm.service.internal.library that return LibraryDao
protected abstract  LibraryDao<LIBRARY,NODE> AbstractLibraryNavigationService.getLibraryDao()
           
 

Methods in org.squashtest.tm.service.internal.library with parameters of type LibraryDao
 void GenericFolderModificationService.setLibraryDao(LibraryDao<org.squashtest.tm.domain.library.Library<NODE>,NODE> libraryDao)
           
 void GenericNodeManagementService.setLibraryDao(LibraryDao<org.squashtest.tm.domain.library.Library<NODE>,NODE> libraryDao)
           
 void GenericWorkspaceService.setLibraryDao(LibraryDao<LIBRARY,NODE> libraryDao)
           
 

Uses of LibraryDao in org.squashtest.tm.service.internal.repository
 

Subinterfaces of LibraryDao in org.squashtest.tm.service.internal.repository
 interface CampaignLibraryDao
           
 interface RequirementLibraryDao
           
 interface TestCaseLibraryDao
           
 

Uses of LibraryDao in org.squashtest.tm.service.internal.repository.hibernate
 

Classes in org.squashtest.tm.service.internal.repository.hibernate that implement LibraryDao
 class HibernateCampaignLibraryDao
           
 class HibernateLibraryDao<LIBRARY extends Library<NODE>,NODE extends LibraryNode>
          Superclass for DAOs of Library objects.
 class HibernateRequirementLibraryDao
           
 class HibernateTestCaseLibraryDao
           
 

Uses of LibraryDao in org.squashtest.tm.service.internal.testcase
 

Methods in org.squashtest.tm.service.internal.testcase that return LibraryDao
protected  LibraryDao<org.squashtest.tm.domain.testcase.TestCaseLibrary,org.squashtest.tm.domain.testcase.TestCaseLibraryNode> TestCaseLibraryNavigationServiceImpl.getLibraryDao()
           
 



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