Integrate Elastic Search in a Play! Framework Application. This module uses JPA events to notify Elastic Search of events of their own. It embeds a running Elastic Search instance for Rapid Development.
When using Hibernate with lazy loading, the fields of the HibernateProxy
might be not initialized (i.e. set to null).
In order to get the values, the getters should be used instead of directly
accessing the fields.
When using Hibernate with lazy loading, the fields of the HibernateProxy might be not initialized (i.e. set to null). In order to get the values, the getters should be used instead of directly accessing the fields.