Interface JdbcCallParameterExtractor<T>
public interface JdbcCallParameterExtractor<T>
Controls extracting values from OUT/INOUT parameters.
For extracting REF_CURSOR results, see JdbcCallRefCursorExtractorImpl instead.
-
Method Summary
Modifier and TypeMethodDescriptionextractValue(CallableStatement callableStatement, boolean shouldUseJdbcNamedParameters, SharedSessionContractImplementor session) int
-
Method Details
-
getParameterName
String getParameterName() -
getParameterPosition
int getParameterPosition()
-