Uses of Package
org.springframework.data.jdbc.repository.query
Packages that use org.springframework.data.jdbc.repository.query
Package
Description
Query derivation mechanism for JDBC specific repositories.
-
Classes in org.springframework.data.jdbc.repository.query used by org.springframework.data.jdbc.repository.queryClassDescriptionBase class for queries based on a repository method.Factory to create a
RowMapperfor a given class.QueryMethodimplementation that implements a method by executing the query from aQueryannotation on that method.