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 Type
    Method
    Description
    boolean
    supports(MetaClass metaClass, PropertyCondition propertyCondition)
     
  • Method Details

    • supports

      boolean supports(MetaClass metaClass, PropertyCondition propertyCondition)
      Returns:
      true if the specified property condition should be kept for custom JPQL generation