public class MongoDBQueryRendererDelegate extends org.hibernate.hql.ast.spi.SingleEntityQueryRendererDelegate<com.mongodb.DBObject,MongoDBQueryParsingResult>
DBObjects.| Constructor and Description |
|---|
MongoDBQueryRendererDelegate(org.hibernate.hql.ast.spi.EntityNamesResolver entityNames,
MongoDBPropertyHelper propertyHelper,
Map<String,Object> namedParameters) |
| Modifier and Type | Method and Description |
|---|---|
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, pushSelectStrategy, registerPersisterSpacepublic MongoDBQueryRendererDelegate(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)
Copyright © 2010-2013 Hibernate. All Rights Reserved.