Re: [hibernate-dev] [OGM] Mapping of embedded

2016-07-26 Thread Guillaume Smet
On Mon, Jul 25, 2016 at 2:10 PM, Emmanuel Bernard wrote: > I am having second thoughts on the collection case. When I look at ORM's > test suite and AttributeOverrideTest + PropertyRecord, the property name > is not including the owning property (addresses in this case). > > @AttributeOver

Re: [hibernate-dev] HSEARCH-1872 Sort API preliminary evaluation

2016-07-26 Thread Emmanuel Bernard
I made more progress with the full interfaces for the DSL https://github.com/hibernate/hibernate-search/pull/1132 You can play with it in your IDE, runtime won't work. I've also added questions on the issue itself. On Thu 2016-07-21 18:24, Emmanuel Bernard wrote: > I came up with something quite

Re: [hibernate-dev] HSEARCH-1872 Sort API preliminary evaluation

2016-07-26 Thread Sanne Grinovero
Thanks, that's very helpful! Starting to play now. On 26 July 2016 at 13:15, Emmanuel Bernard wrote: > I made more progress with the full interfaces for the DSL > https://github.com/hibernate/hibernate-search/pull/1132 > > You can play with it in your IDE, runtime won't work. > > I've also added

Re: [hibernate-dev] multiLoad support

2016-07-26 Thread Steve Ebersole
So what I ended up doing is: 1. Add new MultiIdentifierLoadAccess#enableReturnOfDeletedEntities option (default == false) 2. Add new MultiIdentifierLoadAccess#enableOrderedReturn option (default == true) 3. Added Javadoc clarification to MultiIdentifierLoadAccess#multiLoad to see

Re: [hibernate-dev] multiLoad support

2016-07-26 Thread Sanne Grinovero
On 26 July 2016 at 16:44, Steve Ebersole wrote: > So what I ended up doing is: > > Add new MultiIdentifierLoadAccess#enableReturnOfDeletedEntities option > (default == false) > Add new MultiIdentifierLoadAccess#enableOrderedReturn option (default == > true) > Added Javadoc clarification to MultiId

Re: [hibernate-dev] People can't find our docs

2016-07-26 Thread Sanne Grinovero
The SEO expert liked the results :) On 22 July 2016 at 17:33, Emmanuel Bernard wrote: > Hibernate is fine. > > On Fri 2016-07-22 16:57, Davide D'Alto wrote: >> I've updated the microdata on our blog. >> I used the google validation page to check the result: >> https://search.google.com/structure

Re: [hibernate-dev] People can't find our docs

2016-07-26 Thread Davide D'Alto
Great :) now I need to do the same with hibernate.org. On Tue, Jul 26, 2016 at 7:03 PM, Sanne Grinovero wrote: > The SEO expert liked the results :) > > On 22 July 2016 at 17:33, Emmanuel Bernard wrote: >> Hibernate is fine. >> >> On Fri 2016-07-22 16:57, Davide D'Alto wrote: >>> I've updated