public class MongoDBRangePredicate
extends org.hibernate.hql.ast.spi.predicate.RangePredicate<org.bson.Document>
implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<org.bson.Document>
RangePredicate.| Constructor and Description |
|---|
MongoDBRangePredicate(String propertyName,
Object lower,
Object upper) |
| Modifier and Type | Method and Description |
|---|---|
org.bson.Document |
getNegatedQuery() |
org.bson.Document |
getQuery() |
public org.bson.Document getQuery()
getQuery in interface org.hibernate.hql.ast.spi.predicate.Predicate<org.bson.Document>public org.bson.Document getNegatedQuery()
getNegatedQuery in interface org.hibernate.hql.ast.spi.predicate.NegatablePredicate<org.bson.Document>Copyright © 2010–2017 Hibernate. All rights reserved.