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.
This fixes some issues in ReflectionUtil, e.g. small model ids are returned as Integers, where Model.id is a Long. My changes handle this gracefully by casting the Integer to a Number and calling longValue().
I've also added the case where the source and target type match; Since this should occur frequently I've made it the first case.
Hi,
This fixes some issues in ReflectionUtil, e.g. small model ids are returned as Integers, where Model.id is a Long. My changes handle this gracefully by casting the Integer to a Number and calling longValue().
I've also added the case where the source and target type match; Since this should occur frequently I've made it the first case.
Bas