207208209210211212213214215216217
PropertyAccessor accessor = makeAccessor( relationship.getName(), List.class); if (dataObject) { property = new ToManyListProperty( this, targetDescriptor, accessor, reverseName); }