JoSQL provides SQL capabilities for querying, ordering, and grouping of collections of Java objects (POJOs). It allows a SQL statement to be applied to the collection of objects and the matching set returned, ordered, and grouped.
| Tags | Database API Database Engines/Servers Front-Ends Software Development Libraries Java Libraries |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | OS Independent |
| Implementation | Java SQL |
Recent releases


Release Notes: It is now possible to define a list of expressions using [ ] brackets. A new marker interface that indicates that all functions with a function handler will not return a fixed result was added.


Release Notes: A few bugs were fixed relating to accessing the :_allobjs and :_currobj special bind variables. The execution order of GROUP BY clauses was also modified.


Release Notes: A couple of bugs were fixed. A new ExpressionEvaluator class was added to easily allow an expression to be evaluated against an object.


No changes have been submitted for this release.


Release Notes: Provides a number of bugfixes, most notably the ability to use JoSQL keywords as and in Java identifiers.