org.hibernate.search.query.dsl.v2
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.v2.BooleanJunction
must, should
 
Methods inherited from interface org.hibernate.search.query.dsl.v2.QueryCustomization
boostedTo, constantScore, filter
 
Methods inherited from interface org.hibernate.search.query.dsl.v2.Termination
createQuery
 

Method Detail

not

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



Copyright © 2006-2010 Hibernate. All Rights Reserved.