public class MongoDBIsNullPredicate
extends org.hibernate.hql.ast.spi.predicate.IsNullPredicate<org.bson.Document>
implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<org.bson.Document>
IsNullPredicate.| Constructor and Description |
|---|
MongoDBIsNullPredicate(String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
org.bson.Document |
getNegatedQuery() |
org.bson.Document |
getQuery() |
public MongoDBIsNullPredicate(String propertyName)
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.