Files
spring-data-jpa/src/test/java
Oliver Gierke 4dffef0943 DATAJPA-348 - Extending workaround for HHH-6951.
We're now using AnnotationUtils.findAnnotation(…) in case of Hibernate to improve workaround for HHH-6951. Added id type caching as the annotation lookup is potentially expensive.

Added integration tests for Hibernate and EclipseLink.
2013-06-20 14:14:06 +02:00
..