Home
Thread-safety and ReuseThread-safety and Reuse
JoSQL is NOT thread-safe and never will be. If you are using multiple threads to access the same Query object then they must be externally synchronized.

It is perfectly possible to re-use the Query object for executing different sets of objects.