JavaScript is disabled on your browser.
Skip navigation links
Spring Data Relational Parent
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Package
org.springframework.data.jdbc.repository.query
Packages that use
org.springframework.data.jdbc.repository.query
Package
Description
org.springframework.data.jdbc.repository.query
Query derivation mechanism for JDBC specific repositories.
Classes in
org.springframework.data.jdbc.repository.query
used by
org.springframework.data.jdbc.repository.query
Class
Description
AbstractJdbcQuery
Base class for queries based on a repository method.
AbstractJdbcQuery.RowMapperFactory
Factory to create a
RowMapper
for a given class.
JdbcQueryMethod
QueryMethod
implementation that implements a method by executing the query from a
Query
annotation on that method.