public class CaseInsensitiveLikePropertyValueTransformer extends Object implements PropertyValueTransformer
PropertyValueTransformer that transforms a traditional "LIKE" expression with asterisk wildcards
into a case-insensitive regular expression compatible with Cypher.| Constructor and Description |
|---|
CaseInsensitiveLikePropertyValueTransformer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
transformPropertyValue(Object propertyValue)
Transforms the given property value into a format that's compatible with the comparison operator in the context
of the current query being built.
|
public CaseInsensitiveLikePropertyValueTransformer()
public Object transformPropertyValue(Object propertyValue)
PropertyValueTransformertransformPropertyValue in interface PropertyValueTransformerpropertyValue - The property value to transform, which may be nullnull if invoked with nullCopyright © 2016 Neo Technology, Inc.. All rights reserved.