Class RelationalParameters.RelationalParameter

java.lang.Object
org.springframework.data.repository.query.Parameter
org.springframework.data.relational.repository.query.RelationalParameters.RelationalParameter
Enclosing class:
RelationalParameters

public static class RelationalParameters.RelationalParameter extends org.springframework.data.repository.query.Parameter
Custom Parameter implementation.
Author:
Mark Paluch, Chirag Tailor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.core.ResolvableType
     
    org.springframework.data.util.TypeInformation<?>
     

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

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

    Methods inherited from class java.lang.Object

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

    • getResolvableType

      public org.springframework.core.ResolvableType getResolvableType()
    • getTypeInformation

      public org.springframework.data.util.TypeInformation<?> getTypeInformation()