Uses of Interface
org.hibernate.search.query.dsl.v2.QueryCustomization

Packages that use QueryCustomization
org.hibernate.search.query.dsl.v2   
org.hibernate.search.query.dsl.v2.impl   
 

Uses of QueryCustomization in org.hibernate.search.query.dsl.v2
 

Subinterfaces of QueryCustomization in org.hibernate.search.query.dsl.v2
 interface AllContext
           
 interface BooleanJunction<T extends BooleanJunction>
          Represents a boolean query that can contains one or more elements to join
 interface FuzzyContext
           
 interface MustJunction
          Represents the context in which a must clause is described.
 interface TermContext
           
 interface WildcardContext
           
 

Uses of QueryCustomization in org.hibernate.search.query.dsl.v2.impl
 

Classes in org.hibernate.search.query.dsl.v2.impl that implement QueryCustomization
 class ConnectedAllContext
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.