Class JpaParameters

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

public class JpaParameters extends org.springframework.data.repository.query.Parameters<JpaParameters,JpaParameters.JpaParameter>
Custom extension of Parameters discovering additional query parameter annotations.
Author:
Thomas Darimont, Mark Paluch, RĂ©da Housni Alaoui
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Custom Parameter implementation adding parameters of type Temporal to the special ones.
  • Field Summary

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

    TYPES
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new JpaParameters instance from the given Method.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected JpaParameters
     
    createParameter(org.springframework.core.MethodParameter parameter)
     

    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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods inherited from interface org.springframework.data.util.Streamable

    and, and, and, and, filter, flatMap, get, isEmpty, map, stream, toList, toSet