Martin Braun
edited a comment
on
HSEARCH-1611
Re: Hibernate Search Referential Cache
Something along the lines of this:
{code}
public interface SearchInitializer {
public Object find(Serializable id);
public initializedOutside(Serializable id, Object value);
}
{code}
Add Comment
This message was sent by Atlassian JIRA
(v6.3-OD-05-016#6325-
sha1:052255d
)