Spring Integration

org.springframework.integration.jpa.support.parametersource
Interface PositionSupportingParameterSource

All Superinterfaces:
ParameterSource

public interface PositionSupportingParameterSource
extends ParameterSource

Since:
2.2
Author:
Gunnar Hillert

Method Summary
 java.lang.Object getValueByPosition(int position)
           
 
Methods inherited from interface org.springframework.integration.jpa.support.parametersource.ParameterSource
getValue, hasValue
 

Method Detail

getValueByPosition

java.lang.Object getValueByPosition(int position)

Spring Integration