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.

© Gary Bentley 2004-2007. All Rights Reserved.