注释类型 Filter

    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      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
        If true, automatically determine all points within the condition fragment that an alias should be injected. Otherwise, injection will only replace instances of explicit "{alias}" instances or SqlFragmentAlias descriptors.
        默认值:
        true
      • aliases

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