Package org.springframework.ldap.samples.person.dao

Interface Summary
CompanyDao Data Access Object interface for the Company entity.
CountryDao Data Access Object interface for the Country entity.
GroupDao Data Access Object interface for the Group entity.
PersonDao Data Access Object interface for the Person entity.
 

Class Summary
CompanyContextMapper Maps from DirContextOperations (DirContextAdapters, really) to Company objects.
CompanyDaoImpl Default implementation of CompanyDao.
CountryContextMapper Maps from DirContextOperations (DirContextAdapters, really) to Country objects.
CountryDaoImpl Default implementation of CountryDao.
DummyGroupDao  
DummyPersonDao  
GroupContextMapper Maps from DirContextOperations (DirContextAdapters, really) to Group objects.
GroupDaoImpl Default implementation of GroupDao.
PersonContextMapper Maps from DirContextOperations (DirContextAdapters, really) to Person objects.
PersonDaoImpl Default implementation of PersonDao.
TraditionalPersonDaoImpl Traditional implementation of PersonDao.
 



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