Spring LDAP Framework

Package org.springframework.ldap.odm.annotations

Provides a set of annotations to describe the mapping of a Java class to an LDAP entry.

See:
          Description

Enum Summary
Attribute.Type The Type attribute indicates whether a field is regarded as binary based or string based by the LDAP JNDI provider.
 

Annotation Types Summary
Attribute This annotation describes the mapping of a Java field to an LDAP attribute.
Entry This annotation marks a Java class to be persisted in an LDAP directory.
Id This annotation marks a Java field as containing the Distinguished Name of an LDAP Entry.
Transient This annotation identifies a field in an Entry annotated class that should not be persisted to LDAP.
 

Package org.springframework.ldap.odm.annotations Description

Provides a set of annotations to describe the mapping of a Java class to an LDAP entry.

These annotations are for use with OdmManager.

Author:
Paul Harvey <paul.at.pauls-place.me.uk>

Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.