Uses of Interface
org.springframework.data.jdbc.repository.query.StatementFactory.StatementFunction
Packages that use StatementFactory.StatementFunction
Package
Description
Query derivation mechanism for JDBC specific repositories.
-
Uses of StatementFactory.StatementFunction in org.springframework.data.jdbc.repository.query
Methods in org.springframework.data.jdbc.repository.query with parameters of type StatementFactory.StatementFunctionModifier and TypeMethodDescription<T extends @Nullable Object>
TStatementFactory.SelectionBuilder.executeWith(StatementFactory.StatementFunction<T> function) Build the SQL statement and apply the given function to the SQL string and its parameters.