}
updateColumn(metadata, column, method, name);
saveSetter(metadata, column, method, name);
//determine relation
Relationship relationship = null;
if(ann instanceof OneToOne) {
relationship = Relationship.ONE_TO_ONE;
}
else if(ann instanceof OneToMany) {
relationship = Relationship.ONE_TO_MANY;