[infinispan-dev] Hibernate OGM step 1: CRUD

Galder Zamarreño galder at redhat.com
Thu Aug 19 06:04:34 EDT 2010


Emmanuel,

Great stuff indeed. Couple of things:

- Just updated the git repo and I get some compilation failures such as: getPropertyColumnInsertable() misssing in OgmEntityPersister

- In InfinispanDialect, could LockMode.PESSIMISTIC_READ would be mapped to a no lock strategy? Thanks to MVCC, Infinispan does not lock read ops.

Cheers,

On Aug 17, 2010, at 5:52 PM, Emmanuel Bernard wrote:

> 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
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev

--
Galder Zamarreño
Sr. Software Engineer
Infinispan, JBoss Cache




More information about the infinispan-dev mailing list