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

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

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

Classes in org.hibernate.search.query.dsl.v2 with type parameters of type BooleanJunction
 interface BooleanJunction<T extends BooleanJunction>
          Represents a boolean query that can contains one or more elements to join
 

Subinterfaces of BooleanJunction in org.hibernate.search.query.dsl.v2
 interface MustJunction
          Represents the context in which a must clause is described.
 

Methods in org.hibernate.search.query.dsl.v2 that return BooleanJunction
 BooleanJunction<BooleanJunction> QueryBuilder.bool()
          Boolean query
 BooleanJunction MustJunction.not()
          Negate the must clause.
 BooleanJunction BooleanJunction.should(org.apache.lucene.search.Query query)
          The boolean query results should match the subquery
 

Methods in org.hibernate.search.query.dsl.v2 that return types with arguments of type BooleanJunction
 BooleanJunction<BooleanJunction> QueryBuilder.bool()
          Boolean query
 

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

Methods in org.hibernate.search.query.dsl.v2.impl that return BooleanJunction
 BooleanJunction ConnectedQueryBuilder.bool()
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.