protected FetchType buildSpecifiedFetch() {
   A annotation = this.getMappingAnnotation();
   return (annotation == null) ? null : FetchType.fromJavaResourceModel(annotation.getFetch());
 }