DATAGRAPH-765 - Document supported query keywords.
This commit is contained in:
@@ -53,4 +53,15 @@ include::reference/migration/migration.adoc[]
|
||||
:leveloffset: -1
|
||||
|
||||
[[Configuration]]
|
||||
= Configuration in an HA Environment
|
||||
|
||||
:leveloffset: +1
|
||||
include::reference/configuration/ha.adoc[]
|
||||
:leveloffset: -1
|
||||
|
||||
[appendix]]
|
||||
= Appendix
|
||||
:leveloffset: +1
|
||||
include::reference/appendix/appendix.adoc[]
|
||||
:leveloffset: -1
|
||||
|
||||
|
||||
45
src/main/asciidoc/reference/appendix/appendix.adoc
Normal file
45
src/main/asciidoc/reference/appendix/appendix.adoc
Normal file
@@ -0,0 +1,45 @@
|
||||
[[reference_appendix]]
|
||||
= Appendix
|
||||
|
||||
== Repository Query Keywords
|
||||
|
||||
The following table lists the keywords generally supported by the Spring Data Neo4j repository query derivation mechanism.
|
||||
|
||||
[cols="1,1,2"]
|
||||
.Query Keywords
|
||||
|===
|
||||
|Logical keyword|Keyword expressions|Restrictions
|
||||
|
||||
|`AND`
|
||||
|`and`
|
||||
|
|
||||
|
||||
|`OR`
|
||||
|`or`
|
||||
|Cannot be used to OR nested properties
|
||||
|
||||
|`GREATER_THAN`
|
||||
|`GreaterThan`
|
||||
|
|
||||
|
||||
|`LESS_THAN`
|
||||
|`LessThan`
|
||||
|
|
||||
|
||||
|`LIKE`
|
||||
|`Like`, `IsLike`
|
||||
|
|
||||
|
||||
|`NOT`
|
||||
|`Not`
|
||||
|
|
||||
|
||||
|`NOT_LIKE`
|
||||
|`NotLike`, `IsNotLike`
|
||||
|
|
||||
|
||||
|`REGEX`
|
||||
|`Matches`
|
||||
|
|
||||
|
||||
|===
|
||||
Reference in New Issue
Block a user