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

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

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

Classes in org.springframework.ldap.samples.person.dao that implement PersonDao
 class DummyPersonDao
           
 class PersonDaoImpl
          Default implementation of PersonDao.
 class TraditionalPersonDaoImpl
          Traditional implementation of PersonDao.
 

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

Methods in org.springframework.ldap.samples.person.service with parameters of type PersonDao
 void PersonServiceImpl.setPersonDao(PersonDao personDao)
           
 



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