forked from spring-attic/spring-data-aerospike
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FMWK-355 Update repository query documentation (#725)
- Loading branch information
Showing
80 changed files
with
215 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
[[aerospike.query_methods.id]] | ||
= Id Repository Queries | ||
|
||
[width="100%",cols="<7%,<30%,<25%",options="header",] | ||
[width="100%",cols="<7%,<30%,<25%,<20%",options="header",] | ||
|=== | ||
|Keyword |Repository query sample |Snippet | ||
|Keyword |Repository query sample |Snippet |Notes | ||
|
||
|no keyword a| | ||
[source,java] | ||
---- | ||
findById(String id) | ||
---- | ||
|...where x.PK = ? | ||
| | ||
|
||
|And a| | ||
[source,java] | ||
---- | ||
findByIdAndFirstName(String id, String firstName) | ||
---- | ||
|...where x.PK = ? and x.firstName = ? | ||
| | ||
|=== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.