Interface JdbcOperationQuery
- All Superinterfaces:
CacheableJdbcOperation, JdbcOperation
- All Known Subinterfaces:
JdbcOperationQueryAnonBlock, JdbcOperationQueryCall, JdbcOperationQueryInsert, JdbcOperationQueryMutation
A JdbcOperation which (possibly) originated from a Query.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.No longer calledMethods inherited from interface CacheableJdbcOperation
dependsOnParameterBindings, isCompatibleWithMethods inherited from interface JdbcOperation
getAffectedTableNames, getParameterBinders, getSqlString
-
Method Details
-
getAppliedParameters
@Deprecated(since="7.0", forRemoval=true) Map<JdbcParameter, JdbcParameterBinding> getAppliedParameters()Deprecated, for removal: This API element is subject to removal in a future version.No longer calledThe parameters which were inlined into the query as literals.
-