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

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

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

Classes in org.springframework.ldap.samples.person.dao that implement CompanyDao
 class CompanyDaoImpl
          Default implementation of CompanyDao.
 

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

Methods in org.springframework.ldap.samples.person.options with parameters of type CompanyDao
 void CompanyOption.setCompanyDao(CompanyDao companyDao)
           
 



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