Class JmixParameter

java.lang.Object
org.springframework.data.repository.query.Parameter
io.jmix.core.impl.repository.query.JmixParameter

public class JmixParameter extends org.springframework.data.repository.query.Parameter
Parameter extension required to support FetchPlan special parameter.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    JmixParameter(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, isBindable, isDynamicProjectionParameter, isExplicitlyNamed, isNamedParameter, toString

    Methods inherited from class java.lang.Object

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

    • JmixParameter

      protected JmixParameter(org.springframework.core.MethodParameter parameter)
  • Method Details

    • isSpecialParameter

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