public class Neo4jComparisonPredicate extends org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<StringBuilder> implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<StringBuilder>
| Constructor and Description |
|---|
Neo4jComparisonPredicate(StringBuilder builder,
String alias,
String propertyName,
org.hibernate.hql.ast.spi.predicate.ComparisonPredicate.Type comparisonType,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder |
getEqualsQuery() |
protected StringBuilder |
getGreaterOrEqualsQuery() |
protected StringBuilder |
getLessOrEqualsQuery() |
StringBuilder |
getNegatedQuery() |
protected StringBuilder |
getStrictlyGreaterQuery() |
protected StringBuilder |
getStrictlyLessQuery() |
getQuery, toStringpublic Neo4jComparisonPredicate(StringBuilder builder, String alias, String propertyName, org.hibernate.hql.ast.spi.predicate.ComparisonPredicate.Type comparisonType, Object value)
protected StringBuilder getStrictlyLessQuery()
getStrictlyLessQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<StringBuilder>protected StringBuilder getLessOrEqualsQuery()
getLessOrEqualsQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<StringBuilder>protected StringBuilder getEqualsQuery()
getEqualsQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<StringBuilder>protected StringBuilder getGreaterOrEqualsQuery()
getGreaterOrEqualsQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<StringBuilder>protected StringBuilder getStrictlyGreaterQuery()
getStrictlyGreaterQuery in class org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<StringBuilder>public StringBuilder getNegatedQuery()
getNegatedQuery in interface org.hibernate.hql.ast.spi.predicate.NegatablePredicate<StringBuilder>Copyright © 2010-2015 Hibernate. All Rights Reserved.