Uses of Interface
org.hibernate.search.query.dsl.EntityContext
-
Packages that use EntityContext Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of EntityContext in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl that return EntityContext Modifier and Type Method Description EntityContextQueryContextBuilder. forEntity(Class<?> entityType)Deprecated.Creates an entity context which can be used to obtain aQueryBuilder.EntityContextEntityContext. overridesForField(String field, String analyzerName)Deprecated.See the deprecation note onQueryBuilder.
-