public class QueryBuildingContext extends Object
Constructor and Description |
---|
QueryBuildingContext(SearchFactoryImplementor factory,
org.apache.lucene.analysis.Analyzer queryAnalyzer,
Class<?> entityType) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getEntityType() |
SearchFactoryImplementor |
getFactory() |
org.apache.lucene.analysis.Analyzer |
getQueryAnalyzer() |
public QueryBuildingContext(SearchFactoryImplementor factory, org.apache.lucene.analysis.Analyzer queryAnalyzer, Class<?> entityType)
public SearchFactoryImplementor getFactory()
public org.apache.lucene.analysis.Analyzer getQueryAnalyzer()
public Class<?> getEntityType()
Copyright © 2006–2016 Hibernate. All rights reserved.