dennislaumen + ldap 1
Hibernate Ldap bridge
march 2010 by DennisLaumen
An ORM mapping tool such as Hibernate can easily map this domain model to a database backend. However, since the employee data comes from LDAP, hibernate out of box cannot create the mapping between Project and Employee domain objects. One way to solve this problem would be to implement a custom EntityPersister. In this post I will show a simple hack for achieving this using JPA EntityListeners.
softwaredevelopment
hibernate
ldap
persistence
march 2010 by DennisLaumen