Package org.springframework.ldap.odm.annotations
package org.springframework.ldap.odm.annotations
Provides a set of annotations to describe the mapping of a Java class to an LDAP entry.
These annotations are for use with OdmManager.
-
ClassDescriptionMaps a Java field to an LDAP attribute.The Type attribute indicates whether a field is regarded as binary based or string based by the LDAP JNDI provider.Maps a Java field to a component of an entry's distinguished name.This annotation marks a Java class to be persisted in an LDAP directory.This annotation marks a Java field as containing the Distinguished Name of an LDAP Entry.This annotation identifies a field in an
Entry
annotated class that should not be persisted to LDAP.