org.hibernate.search.query.dsl
Class SealedQueryBuilder

java.lang.Object
  extended by org.hibernate.search.query.dsl.SealedQueryBuilder

public class SealedQueryBuilder
extends java.lang.Object

Starting class that will allow users to build their queries using the DSL. //TODO: This needs to be tied into the SearchFactory somehow so that users can actually "access" it.

Author:
Navin Surtani

Constructor Summary
SealedQueryBuilder()
           
 
Method Summary
 NegatableBooleanContext must()
           
 BooleanContext should()
           
 UnbuildableTermQueryBuilderOnField term()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SealedQueryBuilder

public SealedQueryBuilder()
Method Detail

should

public BooleanContext should()

must

public NegatableBooleanContext must()

term

public UnbuildableTermQueryBuilderOnField term()


Copyright © 2006-2010 Hibernate. All Rights Reserved.