Uses of Package
org.springframework.data.jdbc.repository.query
Packages that use org.springframework.data.jdbc.repository.query
Package
Description
Ahead-of-Time (AOT) generation for Spring Data JDBC repositories.
Query derivation mechanism for JDBC specific repositories.
Support classes for integration of the repository programming model with JDBC.
-
Classes in org.springframework.data.jdbc.repository.query used by org.springframework.data.jdbc.repository.aotClassDescriptionFactory to create a
RowMapperfor a given class.Utility to render SQL statements for entities, count/exists projections, and slice queries. -
Classes in org.springframework.data.jdbc.repository.query used by org.springframework.data.jdbc.repository.queryClassDescriptionBase class for queries based on a repository method.Custom extension of
RelationalParameters.CustomParameterimplementation.QueryMethodimplementation that implements a method by executing the query from aQueryannotation on that method.A generic parameter binding with name or position information.Identifies a binding parameter by name, position or both.Value object capturing the expression of which a binding parameter originates.Value object capturing the method invocation parameter reference.Value type hierarchy to describe where a binding parameter comes from, either method call or an expression.Value object capturing the expression of which a binding parameter originates.Value object encapsulating a query containing named parameters and aSqlParameterSourceto bind the parameters.Factory to create aRowMapperfor a given class.Represents a function that accepts a SQL string and aParametersSourceas arguments and produces a result. -