Package io.jmix.data.impl.jpql.generator
Interface InIntervalParametersResolver
- All Known Implementing Classes:
InIntervalParametersResolverImpl
public interface InIntervalParametersResolver
Interface for resolving parameters for a
PropertyCondition
with PropertyCondition.Operation.IN_INTERVAL operation.-
Method Summary
Modifier and TypeMethodDescriptionresolveParameters(PropertyCondition condition) Resolves parameters from the providedPropertyCondition.
-
Method Details
-
resolveParameters
Resolves parameters from the providedPropertyCondition.- Parameters:
condition- thePropertyCondition- Returns:
- a list of
Pairinstances, where each pair contains a parameter name and its corresponding value
-