Uses of Class
com.github.collinalpert.java2db.queries.OrderTypes
-
Packages that use OrderTypes Package Description com.github.collinalpert.java2db.queries -
-
Uses of OrderTypes in com.github.collinalpert.java2db.queries
Methods in com.github.collinalpert.java2db.queries that return OrderTypes Modifier and Type Method Description OrderTypesOrderClause. getOrderType()static OrderTypesOrderTypes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OrderTypes[]OrderTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.collinalpert.java2db.queries with parameters of type OrderTypes Modifier and Type Method Description Query<T>Query. orderBy(com.github.collinalpert.lambda2sql.functions.SqlFunction<T,?> function, OrderTypes type)Sets an ORDER BY clause for the DQL statement.voidOrderClause. setOrderType(OrderTypes orderType)Constructors in com.github.collinalpert.java2db.queries with parameters of type OrderTypes Constructor Description OrderClause(com.github.collinalpert.lambda2sql.functions.SqlFunction<T,?> function, OrderTypes orderType)
-