jcrProp = new JcrSingleValueProperty(SessionCache.this, jcrNode, dnaProp.getName());
}
}
assert jcrProp != null;
JcrPropertyPayload propPayload = new JcrPropertyPayload(definition.getId(), propertyType, jcrProp);
Status status = existing != null ? Status.CHANGED : Status.NEW;
return new GraphSession.PropertyInfo<JcrPropertyPayload>(dnaProp, definition.isMultiple(), status, propPayload);
}