Class JpaParameters

  • All Implemented Interfaces:
    Iterable<org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter>, Supplier<Stream<org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter>>, org.springframework.data.util.Streamable<org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter>

    public class JpaParameters
    extends org.springframework.data.jpa.repository.query.JpaParameters
    Extension of Spring's JpaParameters to allow for a factory creation of JpaParameters.JpaParameter extension that includes support for additional special parameter types.
    Author:
    Jeff Fischer
    • Field Summary

      • Fields inherited from class org.springframework.data.repository.query.Parameters

        TYPES
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected JpaParameters.JpaParameter createParameter​(org.springframework.core.MethodParameter parameter)  
      • Methods inherited from class org.springframework.data.jpa.repository.query.JpaParameters

        createFrom
      • Methods inherited from class org.springframework.data.repository.query.Parameters

        getBindableParameter, getBindableParameters, getDynamicProjectionIndex, getNumberOfParameters, getPageableIndex, getParameter, getSortIndex, hasDynamicProjection, hasPageableParameter, hasParameterAt, hasSortParameter, hasSpecialParameter, isBindable, iterator, potentiallySortsDynamically
      • Methods inherited from interface org.springframework.data.util.Streamable

        and, and, and, and, filter, flatMap, get, isEmpty, map, stream, toList, toSet
    • Constructor Detail

      • JpaParameters

        public JpaParameters​(Method method)
    • Method Detail

      • createParameter

        protected JpaParameters.JpaParameter createParameter​(org.springframework.core.MethodParameter parameter)
        Overrides:
        createParameter in class org.springframework.data.jpa.repository.query.JpaParameters