Uses of Package
org.hibernate.search.query.dsl

Packages that use org.hibernate.search.query.dsl
org.hibernate.search.query.dsl This package contains various experimentations. 
 

Classes in org.hibernate.search.query.dsl used by org.hibernate.search.query.dsl
AbstractTermQueryBuilder
          Abstract class that can be used to store state and any information that all the various TermQueryBuilder types might need.
BooleanContext
          Class that allows users to create BooleanQueries.
BuildableTermQueryBuilder
          Class that will allow the user to actually build his query.
NegatableBooleanContext
          // TODO: Document this
TermQueryBuilderDataStore
          This class will just store the required terms.
UnbuildableTermQueryBuilderOnField
          Class that exposes only the on(String field) method as this class will only be returned to a user when SealedQueryBuilder.term() is called.
UnbuildableTermQueryBuilderOnSearch
          Class that allows users to continue building their TermQueries.
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.