WIP update api

This commit is contained in:
Rob Bygrave
2014-04-20 16:57:14 +12:00
parent 96e4b4640f
commit f7a37537db
20 changed files with 41 additions and 122 deletions
@@ -1111,7 +1111,7 @@ public final class DefaultPersister implements Persister {
// check for partial objects
if (request.isLoadedProperty(prop)) {
Object detailBean = prop.getValue(request.getBean());
Object detailBean = prop.getValue(request.getEntityBean());
if (detailBean != null) {
if (isReference(detailBean)) {
// skip saving a reference