Uses of Interface
org.springframework.ldap.samples.person.dao.GroupDao

Packages that use GroupDao
org.springframework.ldap.samples.person.dao   
org.springframework.ldap.samples.person.service   
 

Uses of GroupDao in org.springframework.ldap.samples.person.dao
 

Classes in org.springframework.ldap.samples.person.dao that implement GroupDao
 class DummyGroupDao
           
 class GroupDaoImpl
          Default implementation of GroupDao.
 

Uses of GroupDao in org.springframework.ldap.samples.person.service
 

Methods in org.springframework.ldap.samples.person.service with parameters of type GroupDao
 void PersonServiceImpl.setGroupDao(GroupDao groupDao)
           
 void GroupServiceImpl.setGroupDao(GroupDao groupDao)
           
 



Copyright © 2006-2011 Spring Framework. All Rights Reserved.