[infinispan-dev] Hibernate OGM step 1: CRUD

Emmanuel Bernard emmanuel at hibernate.org
Tue Aug 17 11:52:02 EDT 2010


Hibernate OGM does CRUD over Infinispan :)

I've push to GitHub the first version of Hibernate OGM that does CRUD operations on simple entities. 
A simple entity is defined as:
 - no inheritance
 - no embeddable object
 - no association
 - support for a subset of the JDK basic types (thought that's trivial to enhance)

But that will come.

So far I have little to no change to hibernate Core (though some duplication / quasi-duplication).

Emmanuel


More information about the infinispan-dev mailing list