public class MongoDBQueryRendererDelegate extends org.hibernate.hql.ast.spi.SingleEntityQueryRendererDelegate<com.mongodb.DBObject,MongoDBQueryParsingResult>
DBObjects.| 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) |
activateAND, activateNOT, activateOR, deactivateBoolean, isPersisterReferenceAlias, isUnqualifiedPropertyReference, popStrategy, predicateBetween, predicateEquals, predicateGreater, predicateGreaterOrEqual, predicateIn, predicateIsNull, predicateLess, predicateLessOrEqual, predicateLike, predicateNotEquals, pushFromStrategy, pushOrderByStrategy, pushSelectStrategy, registerPersisterSpace, 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<com.mongodb.DBObject,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<com.mongodb.DBObject,MongoDBQueryParsingResult>Copyright © 2010-2014 Hibernate. All Rights Reserved.