Uses of Class
org.hibernate.search.query.dsl.AbstractTermQueryBuilder

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

Uses of AbstractTermQueryBuilder in org.hibernate.search.query.dsl
 

Subclasses of AbstractTermQueryBuilder in org.hibernate.search.query.dsl
 class BuildableTermQueryBuilder
          Class that will allow the user to actually build his query.
 class 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.
 class UnbuildableTermQueryBuilderOnSearch
          Class that allows users to continue building their TermQueries.
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.