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