See: Description
| Class | Description |
|---|---|
| DefaultObjectDirectoryMapper |
Default implementation of
ObjectDirectoryMapper. |
| OdmManagerImpl | Deprecated
This functionality is automatically available in LdapTemplate as of version 2.0
|
| OdmManagerImplFactoryBean | Deprecated
This functionality is automatically available in LdapTemplate as of version 2.0
|
| Exception | Description |
|---|---|
| InvalidEntryException |
Thrown to indicate that an instance is not suitable for persisting in the LDAP directory.
|
| MetaDataException |
Thrown to indicate an error in the annotated meta-data.
|
| UnmanagedClassException |
Thrown when an OdmManager method is called with a class
which is not being managed by the OdmManager.
|
The OdmManager implementation works in conjunction with org.springframework.ldap.odm.typeconversion to provide
conversion between the representation of attributes in LDAP and in Java.