159160161162163164165166
return checkNullsAndCompare(result1, result2); } catch (ObjectLookupException e) { throw new RuntimeLookupException(getClass(), this.property, e); } }
143144145146147148149150