org.hibernate.search.query.dsl
Interface MustJunction

All Superinterfaces:
BooleanJunction<MustJunction>, QueryCustomization<MustJunction>, Termination

public interface MustJunction
extends BooleanJunction<MustJunction>

Represents the context in which a must clause is described.

Author:
Emmanuel Bernard

Method Summary
 BooleanJunction not()
          Negate the must clause.
 
Methods inherited from interface org.hibernate.search.query.dsl.BooleanJunction
must, should
 
Methods inherited from interface org.hibernate.search.query.dsl.QueryCustomization
boostedTo, filteredBy, withConstantScore
 
Methods inherited from interface org.hibernate.search.query.dsl.Termination
createQuery
 

Method Detail

not

BooleanJunction not()
Negate the must clause. Results of the boolean query do NOT match the subquery.



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved