org.hibernate.search.query.dsl.impl
Class QueryBuildingContext
java.lang.Object
org.hibernate.search.query.dsl.impl.QueryBuildingContext
public class QueryBuildingContext
- extends Object
Keep the query builder contextual information
- Author:
- Emmanuel Bernard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryBuildingContext
public QueryBuildingContext(SearchFactoryImplementor factory,
org.apache.lucene.analysis.Analyzer queryAnalyzer,
Class<?> entityType)
getFactory
public SearchFactoryImplementor getFactory()
getQueryAnalyzer
public org.apache.lucene.analysis.Analyzer getQueryAnalyzer()
getEntityType
public Class<?> getEntityType()
Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved