Interface QueryContext

All Superinterfaces:
AutoCloseable

public interface QueryContext extends AutoCloseable
Context object for creating query sessions. When the application has finished using the QueryContext, and/or at application shutdown, the application should close the QueryContext. Once a QueryContext has been closed, all its QuerySession objects are considered to be in the closed state. The object is thread-safe and should be reused instead of rebuilt, since it is heavyweight.
Since:
1.0.0