public boolean visitAttribute(AttributeProperty property) {
return false;
}
public boolean visitToMany(ToManyProperty property) {
property.addTarget(source, target, false);
return false;
}
public boolean visitToOne(ToOneProperty property) {
property.setTarget(source, target, false);