|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.search.query.dsl.SealedQueryBuilder
public class SealedQueryBuilder
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.
| 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 |
|---|
public SealedQueryBuilder()
| Method Detail |
|---|
public BooleanContext should()
public NegatableBooleanContext must()
public UnbuildableTermQueryBuilderOnField term()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||