Uses of Package
org.springframework.data.jdbc.repository.query
Package
Description
Query derivation mechanism for JDBC specific repositories.
-
ClassDescriptionBase class for queries based on a repository method.Factory to create a
RowMapper
for a given class.QueryMethod
implementation that implements a method by executing the query from aQuery
annotation on that method.