286287288289290291292293294295296
} Class<?> propertyType = descriptor.getPropertyType(); if (isDirectMappingType(propertyType)) { typeBuilder.addDirectMapping(propertyName, propertyType, propertyName); } } } // add the relationships to the dynamic type builders