feliperazeek / playframework-elasticsearch

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.
http://geeks.aretotally.in/play-framework-module-elastic-search-distributed-searching-with-json-http-rest-or-java
84 stars 43 forks source link

Fix problem with Hibernate lazy loading #81

Open christian-sahlmann opened 9 years ago

christian-sahlmann commented 9 years ago

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.