Uses of Interface
com.github.collinalpert.java2db.functions.SqlFunction
-
Packages that use SqlFunction Package Description com.github.collinalpert.java2db.queries -
-
Uses of SqlFunction in com.github.collinalpert.java2db.queries
Methods in com.github.collinalpert.java2db.queries with parameters of type SqlFunction Modifier and Type Method Description Query<T>Query. orderBy(SqlFunction<T,?> function)Adds an ORDER BY clause to the DQL statement.Query<T>Query. orderBy(SqlFunction<T,?> function, OrderTypes type)Adds an ORDER BY clause to the DQL statement.
-