public class MongoDBComparisonPredicate
extends org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<com.mongodb.DBObject>
implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<com.mongodb.DBObject>
ComparisonPredicate.| Constructor and Description |
|---|
MongoDBComparisonPredicate(String propertyName,
org.hibernate.hql.ast.spi.predicate.ComparisonPredicate.Type comparisonType,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
protected com.mongodb.DBObject |
getEqualsQuery() |
protected com.mongodb.DBObject |
getGreaterOrEqualsQuery() |
protected com.mongodb.DBObject |
getLessOrEqualsQuery() |
com.mongodb.DBObject |
getNegatedQuery() |
protected com.mongodb.DBObject |
getStrictlyGreaterQuery() |
protected com.mongodb.DBObject |
getStrictlyLessQuery() |
getQuery, toStringprotected com.mongodb.DBObject getStrictlyLessQuery()
getStrictlyLessQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<com.mongodb.DBObject>protected com.mongodb.DBObject getLessOrEqualsQuery()
getLessOrEqualsQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<com.mongodb.DBObject>protected com.mongodb.DBObject getEqualsQuery()
getEqualsQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<com.mongodb.DBObject>protected com.mongodb.DBObject getGreaterOrEqualsQuery()
getGreaterOrEqualsQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<com.mongodb.DBObject>protected com.mongodb.DBObject getStrictlyGreaterQuery()
getStrictlyGreaterQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<com.mongodb.DBObject>public com.mongodb.DBObject getNegatedQuery()
getNegatedQuery in interface org.hibernate.hql.ast.spi.predicate.NegatablePredicate<com.mongodb.DBObject>Copyright © 2010–2016 Hibernate. All rights reserved.