See: Description
| Class | Description |
|---|---|
| AbstractJdbcQuery |
Base class for queries based on a repository method.
|
| JdbcQueryMethod |
QueryMethod implementation that implements a method by executing the query from a Query annotation on
that method. |
| PartTreeJdbcQuery |
An
AbstractJdbcQuery implementation based on a PartTree. |
| StringBasedJdbcQuery |
A query to be executed based on a repository method, it's annotated SQL query and the arguments provided to the
method.
|
| Annotation Type | Description |
|---|---|
| Modifying |
Indicates a method should be regarded as modifying query.
|
| Query |
Annotation to provide SQL statements that will get used for executing the method.
|
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.