public class Neo4jLikePredicate extends org.hibernate.hql.ast.spi.predicate.LikePredicate<StringBuilder> implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<StringBuilder>
| Constructor and Description |
|---|
Neo4jLikePredicate(StringBuilder builder,
String alias,
String propertyName,
String patternValue,
Character escapeCharacter) |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
getNegatedQuery()
NOT (HAS aslias.property) OR ( NOT ( alias.property =~ '...' ) |
StringBuilder |
getQuery()
n.property =~ '...' |
public Neo4jLikePredicate(StringBuilder builder, String alias, String propertyName, String patternValue, Character escapeCharacter)
public StringBuilder getQuery()
n.property =~ '...'getQuery in interface org.hibernate.hql.ast.spi.predicate.Predicate<StringBuilder>public StringBuilder getNegatedQuery()
NOT (HAS aslias.property) OR ( NOT ( alias.property =~ '...' )
getNegatedQuery in interface org.hibernate.hql.ast.spi.predicate.NegatablePredicate<StringBuilder>Copyright © 2010–2016 Hibernate. All rights reserved.