| Package | Description |
|---|---|
| org.neo4j.ogm.cypher | |
| org.neo4j.ogm.cypher.function |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseInsensitiveLikePropertyValueTransformer
Implementation of
PropertyValueTransformer that transforms a traditional "LIKE" expression with asterisk wildcards
into a case-insensitive regular expression compatible with Cypher. |
class |
NoOpPropertyValueTransformer
PropertyValueTransformer that does nothing but pass through the property value. |
| Modifier and Type | Method and Description |
|---|---|
PropertyValueTransformer |
ComparisonOperator.getPropertyValueTransformer() |
| Modifier and Type | Method and Description |
|---|---|
default Map<String,Object> |
FilterFunction.parameters(UnaryOperator<String> createUniqueParameterName,
PropertyValueTransformer valueTransformer)
Provides the map of parameters to use.
|
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.