Files
spring-data-jpa/src/test/java
Oliver Gierke 153999d141 DATAJPA-376 - PersistentProperty now considers JPA @Transient.
JpaPersistentPropertyImpl is now considered persistent if it carries a @javax.persistence.Transient annotation. This should allow persistence providers to safely generate additional fields and not cause trouble in the mapping framework this way.
2013-07-25 10:34:21 +02:00
..