+ A popular approach to querying database tables is called Query by Example, meaning that an "example" of a result record is provided instead of a formal query: +
+ ++ The translation from an example record to a query is fairly straight-forward: +
+ +
+ jOOQ knows a simple API called
+ A popular approach to querying database tables is called Query by Example, meaning that an "example" of a result record is provided instead of a formal query: +
+ ++ The translation from an example record to a query is fairly straight-forward: +
+ +
+ jOOQ knows a simple API called