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

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

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

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

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

Classes in org.squashtest.csp.tm.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.csp.tm.internal.service
 

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

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



Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.