Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed May 2, 2017
1 parent 9a3933e commit c560fa6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public interface SqlEntityBinding

/** @return field binding or throws exception in case it was not found */
SqlEntityFieldBinding getFieldByFieldName(String fieldName);


/** @return SQL expression to be used when ordering by given field; if the field was not found and exception will be thrown */
default IStringExpression getFieldOrderBy(String fieldName)
{
return getFieldByFieldName(fieldName).getSqlOrderBy();
Expand Down

0 comments on commit c560fa6

Please sign in to comment.