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
RowMapperthat reads a row intoTand converts it afterwards intoObject.Factory to create aRowMapperfor a given class.QueryMethodimplementation that implements a method by executing the query from aQueryannotation on that method.Indicates a method should be regarded as modifying query.AnAbstractJdbcQueryimplementation 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.