763764765766767768769770771
} if (columnName == null) { log.error("No column found by this name : " + property); throw new JPQLParseException("No column found by this name : " + property + ". Check your query."); } return columnName; }