java.lang.Object
org.springframework.data.repository.query.Parameters<org.springframework.data.relational.repository.query.RelationalParameters,org.springframework.data.relational.repository.query.RelationalParameters.RelationalParameter>
org.springframework.data.relational.repository.query.RelationalParameters
org.springframework.data.jdbc.repository.query.JdbcParameters
All Implemented Interfaces:
Iterable<org.springframework.data.relational.repository.query.RelationalParameters.RelationalParameter>, Supplier<Stream<org.springframework.data.relational.repository.query.RelationalParameters.RelationalParameter>>, Streamable<org.springframework.data.relational.repository.query.RelationalParameters.RelationalParameter>

public class JdbcParameters extends org.springframework.data.relational.repository.query.RelationalParameters
Custom extension of RelationalParameters.
Since:
3.2.6
Author:
Mark Paluch
  • Constructor Details

  • Method Details

    • getParameter

      public JdbcParameters.JdbcParameter getParameter(int index)
      Overrides:
      getParameter in class Parameters<org.springframework.data.relational.repository.query.RelationalParameters,org.springframework.data.relational.repository.query.RelationalParameters.RelationalParameter>
    • createFrom

      protected JdbcParameters createFrom(List<org.springframework.data.relational.repository.query.RelationalParameters.RelationalParameter> parameters)
      Overrides:
      createFrom in class org.springframework.data.relational.repository.query.RelationalParameters