Re: [hibernate-dev] Questions on HS + ES

2017-05-10 Thread Yoann Rodiere
Hi, > * Can we have multiple indexes for the same entity, with different > fields, geared towards different use cases? No, it's not currently possible. Each entity is mapped to a single index. But you can map each property of your entity to multiple index "properties", so you can actually handle

Re: [hibernate-dev] Preventing duplicate ForeignKey generation

2017-05-10 Thread Milo van der Zee
Finally done... See https://github.com/hibernate/hibernate-orm/pull/1906 MAG, Milo On 01/09/2017 01:02 PM, Vlad Mihalcea wrote: > Thanks, > > Please send a Pull Request with a replicating test case. > > Vlad > > On Wed, Dec 28, 2016 at 12:05 AM, Milo van der Zee > wro

Re: [hibernate-dev] Preventing duplicate ForeignKey generation

2017-05-10 Thread Vlad Mihalcea
Thanks, Vlad On Wed, May 10, 2017 at 7:07 PM, Milo van der Zee wrote: > Finally done... See https://github.com/hibernate/hibernate-orm/pull/1906 > > MAG, > Milo > > > > On 01/09/2017 01:02 PM, Vlad Mihalcea wrote: > > Thanks, > > Please send a Pull Request with a replicating test case. > > Vlad