[hibernate-dev] Sharing association table for multiple associations between two entity types

2016-03-16 Thread Gunnar Morling
Hi, I've two entity types, "User" and "PhoneNumber",with two associations between them: User#phoneNumbers() and User#alternativePhoneNumbers(). By default, only one mapping table is created for these two: create table User_PhoneNumber ( Parent_id bigint not null, phoneNumbers

[hibernate-dev] Running/Debugging tests on any database without the matrix-testing

2016-03-16 Thread Vlad Mihalcea
Hi, I pushed the PR that enables us to easily switch from one DB to another during testing. I summarized the whole process here . Because of a bug in Wiki platform (when I edit I see an old version and not the c

Re: [hibernate-dev] [HSEARCH] Rename elasticsearch artifact

2016-03-16 Thread Emmanuel Bernard
Good idea. On Tue 2016-03-15 17:21, Davide D'Alto wrote: > At the moment the elasticsearch integration artifactid is: > > hibernate-search-backend-elasticsearch > > Elasticsearch is actually more than just a backend (we use this term for > the jGroups and JMS integration). I think we should rena

Re: [hibernate-dev] [HSEARCH] Rename elasticsearch artifact

2016-03-16 Thread Gunnar Morling
Works for me. When declaring the original artifact id, I considered the actual indexing service (Lucene, Elasticsearch, Solr) as the "backend", but I see how that term already is used for different "worker strategies" (Local/In-VM, JMS, JGroups). 2016-03-15 19:17 GMT+01:00 Sanne Grinovero : > On