Package com.blazebit.query.spi
Class Queries
java.lang.Object
com.blazebit.query.spi.Queries
Bootstrap class to obtain a
QueryContext
or builder for such.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryContextBuilder
Creates a new emptyQueryContextBuilder
.static QueryContext
Creates a newQueryContext
, based on default configuration.static QueryContextBuilder
Creates a newQueryContextBuilder
with all discoverable services loaded.
-
Method Details
-
createQueryContext
Creates a newQueryContext
, based on default configuration.- Returns:
- a new
QueryContext
-
createQueryContextBuilder
Creates a newQueryContextBuilder
with all discoverable services loaded.- Returns:
- a new
QueryContextBuilder
-
createEmptyQueryContextBuilder
Creates a new emptyQueryContextBuilder
. Services have not been loaded yet for this builder and have to be loaded manually.- Returns:
- a new empty
QueryContextBuilder
-