Interface RelationalParameterAccessor

All Superinterfaces:
Iterable<Object>, ParameterAccessor
All Known Implementing Classes:
RelationalParametersParameterAccessor

public interface RelationalParameterAccessor extends ParameterAccessor
Relational-specific ParameterAccessor.
Author:
Mark Paluch
  • Method Details

    • getValues

      Object[] getValues()
      Returns the raw parameter values of the underlying query method.
    • getBindableParameters

      Parameters<?,?> getBindableParameters()
      Returns:
      the bindable parameters.