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

Packages that use CountryDao
org.springframework.ldap.samples.person.dao   
org.springframework.ldap.samples.person.options   
 

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

Classes in org.springframework.ldap.samples.person.dao that implement CountryDao
 class CountryDaoImpl
          Default implementation of CountryDao.
 

Uses of CountryDao in org.springframework.ldap.samples.person.options
 

Methods in org.springframework.ldap.samples.person.options with parameters of type CountryDao
 void CountryOption.setCountryDao(CountryDao countryDao)
           
 



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