Hello all,
version 5.2.0.Beta1 of Hibernate Search is available.
The description is here:
-
http://in.relation.to/Bloggers/MultiTenancyForHibernateSearchUsers520Beta1Released
Regards,
Sanne
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
I commented on your pull request.
My main concern is how you determine "canClearEntityEntryReference". That
needs to change. See my comment.
On Mon, Apr 13, 2015 at 5:37 AM, John O'Hara wrote:
> I think there are two factors to consider, when the entity is marked as
> Immutable, and when t
Thanks for reviewing, I was unsure of the best way to test if the Entity
was referenced cached (or could be cached), I look at
org.hibernate.persister.entity.EntityPersister#canUseReferenceCacheEntries
instead.
Would it matter if the entity was Immutable and not cached? In that case
we would n
And change the name of DefaultEntityEntryFactory :)
On Fri, Apr 17, 2015 at 2:04 PM, John O'Hara wrote:
> Thanks for reviewing, I was unsure of the best way to test if the Entity
> was referenced cached (or could be cached), I look at
> org.hibernate.persister.entity.EntityPersister#canUseRefer