[hibernate-dev] Decoupling indexed types from their class definitions

2013-09-11 Thread Sanne Grinovero
Some other projects use Hibernate Search - specifically the engine module - to bridge their domain model to a Lucene index and take advantage of its high performance low-level integration with Lucene. This is generally achieved by indexing a "valueholder" object which has most logic to create a cus

[hibernate-dev] ORM 4.3 Beta4 release delayed

2013-09-11 Thread Steve Ebersole
I had planned on releasing 4.3 Beta4 today, but JBoss's Nexus repo is under the weather. Let's assume it will be fixed by tomorrow and plan on the release then. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailma

Re: [hibernate-dev] Native-SQL queries and flushing

2013-09-11 Thread Steve Ebersole
I never heard alternatives, so this is now implemented as described below. https://hibernate.atlassian.net/browse/HHH-8487 On Tue 10 Sep 2013 12:05:35 AM CDT, Steve Ebersole wrote: > We will need to make a slight change to execution of native SQL > queries in order to pass the JPA 2.1 TCK. The