Skip navigation links

Package com.unboundid.ldap.sdk.persist

This package provides an API which intends to make it easy to interact with directory data using Java objects.

See: Description

Package com.unboundid.ldap.sdk.persist Description

This package provides an API which intends to make it easy to interact with directory data using Java objects. It is primarily a persistence framework, which includes the ability to convert between Java objects and LDAP entries, but it also provides a means of performing LDAP operations (add, delete, modify, and search) with that data.

At the heart of the LDAP persistence framework is a set of annotation types that can be used to mark source code to indicate how it should be stored in the LDAP directory server. Those annotations include:

The LDAPObjectHandler class provides the primary interface for interacting with objects of a specified type and converting between the Java and LDAP representations of that data. The ObjectEncoder class provides an API that may be used to convert between Java and LDAP representations for object values.
Skip navigation links