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