| Interface | Description |
|---|---|
| PropertyValueTransformer |
Allows a property value to be transformed into a certain format for use with particular
ComparisonOperators
when building a Cypher query. |
| Class | Description |
|---|---|
| CaseInsensitiveLikePropertyValueTransformer |
Implementation of
PropertyValueTransformer that transforms a traditional "LIKE" expression with asterisk wildcards
into a case-insensitive regular expression compatible with Cypher. |
| Filter |
A parameter along with filter information to be added to a query.
|
| Filters | |
| NoOpPropertyValueTransformer |
PropertyValueTransformer that does nothing but pass through the property value. |
| Enum | Description |
|---|---|
| BooleanOperator |
Boolean operators used in queries.
|
| ComparisonOperator |
Comparison operators used in queries.
|
Copyright © 2016 Neo Technology, Inc.. All rights reserved.