<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (DennisLaumen)</title>
    <link>https://pinboard.in/u:DennisLaumen/public/</link>
    <description>recent bookmarks from DennisLaumen</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://blog.inflinx.com/2008/08/19/hibernate-ldap-bridge/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://blog.inflinx.com/2008/08/19/hibernate-ldap-bridge/">
    <title>Hibernate Ldap bridge</title>
    <dc:date>2010-03-15T15:32:21+00:00</dc:date>
    <link>http://blog.inflinx.com/2008/08/19/hibernate-ldap-bridge/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[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.]]></description>
<dc:subject>softwaredevelopment hibernate ldap persistence</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:13b8d18ccc44/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:softwaredevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:hibernate"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:ldap"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:persistence"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>