All Classes

Class Description
Lambda2Sql
A utility class for converting java lambdas to SQL.
LinkedListStack<T>
Custom implementation of a stack that uses a linked list functionality approach.
SerializedFunctionalInterface
An interface functional interfaces can extend to become serialized.
SqlFunction<T,​R>
A serialized Function.
SqlFunctions
This class contains placeholder functions which can be used within an expression to make use of the respective SQL function.
SqlPredicate<T>
A serialized Predicate
SqlVisitor
Converts a lambda expression to an SQL where condition.
TriFunction<A,​B,​C,​R>