Uses of Class
org.springframework.integration.jdbc.storedproc.ProcedureParameter
Packages that use ProcedureParameter
Package
Description
Root package of the Spring Integration JDBC module, which contains various
 JDBC and Stored Procedure/Function supporting components.
Provides Stored Procedure/Function supporting classes.
- 
Uses of ProcedureParameter in org.springframework.integration.jdbcMethod parameters in org.springframework.integration.jdbc with type arguments of type ProcedureParameterModifier and TypeMethodDescriptionvoidStoredProcExecutor.setProcedureParameters(List<ProcedureParameter> procedureParameters) Custom Stored Procedure parameters that may contain static values or Strings representing anExpression.
- 
Uses of ProcedureParameter in org.springframework.integration.jdbc.storedprocMethod parameters in org.springframework.integration.jdbc.storedproc with type arguments of type ProcedureParameterModifier and TypeMethodDescriptionProcedureParameter.convertExpressions(Collection<ProcedureParameter> procedureParameters) Utility method that converts a Collection ofProcedureParameterto a Map containing only expression parameters.ProcedureParameter.convertStaticParameters(Collection<ProcedureParameter> procedureParameters) Utility method that converts a Collection ofProcedureParameterto a Map containing only static parameters.