case EMBEDDED: {
resolveEmbeddable( attributeName, type );
}
// TODO handle the different association types
default: {
AssociationAttribute attribute = AssociationAttribute.createAssociationAttribute(
attributeName, type.getName(), attributeType, annotations
);
associationAttributeMap.put( attributeName, attribute );
}
}