Class JpaParameters.JpaParameter

java.lang.Object
org.springframework.data.repository.query.Parameter
org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter
Enclosing class:
JpaParameters

public static class JpaParameters.JpaParameter extends org.springframework.data.repository.query.Parameter
Custom Parameter implementation adding parameters of type Temporal to the special ones.
Author:
Thomas Darimont, Oliver Gierke
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    JpaParameter(org.springframework.core.MethodParameter parameter)
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class org.springframework.data.repository.query.Parameter

    getIndex, getName, getPlaceholder, getType, isDynamicProjectionParameter, isExplicitlyNamed, isNamedParameter, isSpecialParameter, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JpaParameter

      protected JpaParameter(org.springframework.core.MethodParameter parameter)
      Parameters:
      parameter - must not be null.
  • Method Details

    • isBindable

      public boolean isBindable()
      Overrides:
      isBindable in class org.springframework.data.repository.query.Parameter