注释类型 FilterJoinTable

    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      String name
      The filter name.
    • 元素详细资料

      • name

        String name
        The filter name.
      • condition

        String condition
        The filter condition. If empty, the default condition from the correspondingly named FilterDef is used.
        默认值:
        ""
      • deduceAliasInjectionPoints

        boolean deduceAliasInjectionPoints
        Do we need to determine all points within the condition fragment that are alias injection points? Or are injection points already marked?
        默认值:
        true
      • aliases

        SqlFragmentAlias[] aliases
        The alias descriptors for injection.
        默认值:
        {}