Uses of Package
org.hibernate.search.engine.search.query.dsl
Packages that use org.hibernate.search.engine.search.query.dsl
Package
Description
-
Classes in org.hibernate.search.engine.search.query.dsl used by org.hibernate.search.engine.mapper.scope.spiClassDescriptionThe initial step in a query definition, where the element used to represent query hits, i.e. the "SELECT" clause, can be set.
-
Classes in org.hibernate.search.engine.search.query.dsl used by org.hibernate.search.engine.search.query.dslClassDescriptionAn extension to the search query DSL, allowing to set non-standard options on a query.The final step in a query definition, where the query can be
executedorretrieved as an object.The final step in a query definition, where optional parameters such assortscan be set, and where the query can beexecutedorretrieved as an object.The initial step in a query definition, where the element used to represent query hits, i.e. the "SELECT" clause, can be set.The step in a query definition where the predicate, i.e. the "WHERE" clause, can be set. -
Classes in org.hibernate.search.engine.search.query.dsl used by org.hibernate.search.engine.search.query.dsl.spiClassDescriptionAn extension to the search query DSL, allowing to set non-standard options on a query.The final step in a query definition, where the query can be
executedorretrieved as an object.The final step in a query definition, where optional parameters such assortscan be set, and where the query can beexecutedorretrieved as an object.The initial step in a query definition, where the element used to represent query hits, i.e. the "SELECT" clause, can be set.The step in a query definition where the predicate, i.e. the "WHERE" clause, can be set.