[infinispan-dev] Hibernate OGM step 1: CRUD

Emmanuel Bernard emmanuel at hibernate.org
Wed Aug 18 06:20:56 EDT 2010


No querying. We need to get the JPA to HSearch DSL query written but I think somebody else had the lead on this one.
About JTA, it's more an Infinispan's business. I am just using the cache. If somebody tells me how to configure JTA in Infinispan + a standalone JTA TM, I can add a unit test for this. Note that I have JBoss TS standalone working in HSearch but the resource registration relies on SQL Datasource, not just any XAResource.

On 18 août 2010, at 12:00, Manik Surtani wrote:

> Awesome stuff!  When you say CRUD, I presume no querying as yet?  Also, how about JTA?
> 
> On 17 Aug 2010, at 16:52, 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
> 
> --
> Manik Surtani
> manik at jboss.org
> Lead, Infinispan
> Lead, JBoss Cache
> http://www.infinispan.org
> http://www.jbosscache.org
> 
> 
> 
> 
> 
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev




More information about the infinispan-dev mailing list