Class OdmPersonDaoImpl

java.lang.Object
org.springframework.ldap.samples.odm.dao.OdmPersonDaoImpl
All Implemented Interfaces:
PersonDao

public class OdmPersonDaoImpl extends Object implements PersonDao
Default implementation of PersonDao. This implementation uses the Object-Directory Mapping feature, which requires the entity classes to be annotated, but relieves the programmer from the tedious task of mapping to and from entity objects, using attribute or dn component values.