Package | Description |
---|---|
org.springframework.integration.jdbc |
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
|
org.springframework.integration.jdbc.storedproc |
Provides Stored Procedure/Function supporting classes.
|
Modifier and Type | Method and Description |
---|---|
void |
StoredProcExecutor.setProcedureParameters(List<ProcedureParameter> procedureParameters)
Custom Stored Procedure parameters that may contain static values
or Strings representing an
Expression . |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
ProcedureParameter.convertExpressions(Collection<ProcedureParameter> procedureParameters)
Utility method that converts a Collection of
ProcedureParameter to
a Map containing only expression parameters. |
static Map<String,Object> |
ProcedureParameter.convertStaticParameters(Collection<ProcedureParameter> procedureParameters)
Utility method that converts a Collection of
ProcedureParameter to
a Map containing only static parameters. |
Copyright © 2018. All rights reserved.