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
ModifierConstructorDescriptionprotected
JmixParameter
(org.springframework.core.MethodParameter parameter) -
Method Summary
Methods inherited from class org.springframework.data.repository.query.Parameter
getIndex, getName, getPlaceholder, getType, isBindable, isDynamicProjectionParameter, isExplicitlyNamed, isNamedParameter, toString
-
Constructor Details
-
JmixParameter
protected JmixParameter(org.springframework.core.MethodParameter parameter)
-
-
Method Details
-
isSpecialParameter
public boolean isSpecialParameter()- Overrides:
isSpecialParameter
in classorg.springframework.data.repository.query.Parameter
-