Files
spring-data-jpa/src/test/java/org/springframework/data/jpa
Oliver Gierke e48ec42be6 DATAJPA-28 - Added support for XML based metadata.
Added IsNewAware and IdAware implementation that uses JPA 2.0 meta model API to find the id field. Using that instead of JpaAnnotationEntityInformation to be able to use XML based entity mapping as well. Changed mapping of Role sample domain class to XML and created integration test to verify XML metadata is considered as well.
2011-02-23 09:59:59 +01:00
..