Package org.springframework.data.jdbc.repository.query
@NonNullApi
package org.springframework.data.jdbc.repository.query
Query derivation mechanism for JDBC specific repositories.
-
ClassDescriptionBase class for queries based on a repository method.Delegating
RowMapper
that reads a row intoT
and converts it afterwards intoObject
.Factory to create aRowMapper
for a given class.QueryMethod
implementation that implements a method by executing the query from aQuery
annotation on that method.Indicates a method should be regarded as modifying query.AnAbstractJdbcQuery
implementation based on aPartTree
.Annotation to provide SQL statements that will get used for executing the method.A query to be executed based on a repository method, it's annotated SQL query and the arguments provided to the method.