OdmManager
.See: Description
Class | Description |
---|---|
OdmManagerImpl |
An implementation of
OdmManager which
uses ConverterManager to
convert between Java and LDAP representations of attribute values. |
OdmManagerImplFactoryBean |
A Spring Factory bean which creates
OdmManagerImpl instances. |
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.
|
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.
Copyright © 2005–2016 The Spring LDAP Framework. All rights reserved.