Package io.jmix.data.persistence
Interface NonJpaPropertyConditionSupport
- All Known Implementing Classes:
DynAttrNonJpaPropertyConditionSupport,DynModelNonJpaPropertyConditionSupport
@NullMarked
public interface NonJpaPropertyConditionSupport
Extension point for modules that translate non-JPA
PropertyCondition instances to JPQL.-
Method Summary
Modifier and TypeMethodDescriptionbooleansupports(MetaClass metaClass, PropertyCondition propertyCondition)
-
Method Details
-
supports
- Returns:
trueif the specified property condition should be kept for custom JPQL generation
-