refactoring

pull/2300/head
Nikita Koksharov 6 years ago
parent 9c00ed388d
commit fa0a6740c4

@ -196,7 +196,7 @@ public class AccessorInterceptor {
return fieldName.substring(0, 1).toUpperCase() + fieldName.substring(1); return fieldName.substring(0, 1).toUpperCase() + fieldName.substring(1);
} }
private static String getREntityIdFieldName(Object o) throws Exception { private static String getREntityIdFieldName(Object o) {
return Introspectior return Introspectior
.getFieldsWithAnnotation(o.getClass().getSuperclass(), RId.class) .getFieldsWithAnnotation(o.getClass().getSuperclass(), RId.class)
.getOnly() .getOnly()

Loading…
Cancel
Save