113114115116117118119120
*/ public Object getId(Object data) { try { return (Long) idField.get(data); } catch (Exception e) { throw new UnableToGetField(e, idField); } }