Browse Source
Deprecated Spring Data JDBC's custom PersistentProperty.isReference() in favor of the already existing ….isAssociation() with the same semantics to benefit from association definitions implemented in Spring Data Commons. Make use of the newly introduced PersistentEntity.doWithAll(…) to apply the previously existing property handling to both properties and now associations, too. Original pull request #938pull/949/head
7 changed files with 42 additions and 14 deletions
Loading…
Reference in new issue