资 源 简 介
Odiem (ODM), Object Directory Mapping
As well as ORMs (object relational mapping) maps java bean to SQL tables,
odiem is a usefull java library that make you able to map a java bean to an LDAP object.
Features:
Multi stack support (Sun JNDI, Unboundid, Apache Directory Client Api, Novell JLDAP, custom...)
Mapping LDAP object via annotations (using field value if no value is passed to improve usability)
Reusable object conversion through java.beans.PropertyEditor
Nested object support
Collections support
Easy insert,update,delete,fetch
Connection listener (add,remove,update,connection-close)
Statistics (global and stack)
High performance through reflection cache (less than 3% of overhead)
From junit test org.odiem.test.OverheadTest (60 seconds test)
```
JNDI stack: 137286 fetch
Odiem