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
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
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
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
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
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
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