public class MongoDBComparisonPredicate
extends org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<org.bson.Document>
implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<org.bson.Document>
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 org.bson.Document |
getEqualsQuery() |
protected org.bson.Document |
getGreaterOrEqualsQuery() |
protected org.bson.Document |
getLessOrEqualsQuery() |
org.bson.Document |
getNegatedQuery() |
protected org.bson.Document |
getStrictlyGreaterQuery() |
protected org.bson.Document |
getStrictlyLessQuery() |
getQuery, toStringprotected org.bson.Document getStrictlyLessQuery()
getStrictlyLessQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<org.bson.Document>protected org.bson.Document getLessOrEqualsQuery()
getLessOrEqualsQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<org.bson.Document>protected org.bson.Document getEqualsQuery()
getEqualsQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<org.bson.Document>protected org.bson.Document getGreaterOrEqualsQuery()
getGreaterOrEqualsQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<org.bson.Document>protected org.bson.Document getStrictlyGreaterQuery()
getStrictlyGreaterQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<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.