public class MongoDBQueryRendererDelegate extends org.hibernate.hql.ast.spi.SingleEntityQueryRendererDelegate<org.bson.Document,MongoDBQueryParsingResult>
Documents.| Constructor and Description |
|---|
MongoDBQueryRendererDelegate(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.hql.ast.spi.EntityNamesResolver entityNames,
MongoDBPropertyHelper propertyHelper,
Map<String,Object> namedParameters) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addSortField(org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath propertyPath,
String collateName,
boolean isAscending) |
MongoDBQueryParsingResult |
getResult() |
void |
setPropertyPath(org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath propertyPath) |
activateAggregation, activateAND, activateNOT, activateOR, addGrouping, aliasNotFound, deactivateAggregation, deactivateBoolean, getHavingBuilder, groupingValue, isPersisterReferenceAlias, isUnqualifiedPropertyReference, popStrategy, predicateBetween, predicateEquals, predicateGreater, predicateGreaterOrEqual, predicateIn, predicateIsNull, predicateLess, predicateLessOrEqual, predicateLike, predicateNotEquals, pushFromStrategy, pushGroupByStrategy, pushHavingStrategy, pushOrderByStrategy, pushSelectStrategy, pushWhereStrategy, registerEmbeddedAlias, registerJoinAlias, registerPersisterSpace, resolveAlias, setPropertyReferencePath, sortSpecificationpublic MongoDBQueryRendererDelegate(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.hql.ast.spi.EntityNamesResolver entityNames,
MongoDBPropertyHelper propertyHelper,
Map<String,Object> namedParameters)
public MongoDBQueryParsingResult getResult()
getResult in interface org.hibernate.hql.ast.spi.QueryRendererDelegate<MongoDBQueryParsingResult>getResult in class org.hibernate.hql.ast.spi.SingleEntityQueryRendererDelegate<org.bson.Document,MongoDBQueryParsingResult>public void setPropertyPath(org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath propertyPath)
protected void addSortField(org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath propertyPath,
String collateName,
boolean isAscending)
addSortField in class org.hibernate.hql.ast.spi.SingleEntityQueryRendererDelegate<org.bson.Document,MongoDBQueryParsingResult>Copyright © 2010–2017 Hibernate. All rights reserved.