注释类型 SqlFragmentAlias

    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      String alias
      The alias within the fragment.
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      Class entity
      The entity class associated with the alias.
      String table
      The table corresponding to the alias.
    • 元素详细资料

      • alias

        String alias
        The alias within the fragment.
      • table

        String table
        The table corresponding to the alias.
        默认值:
        ""
      • entity

        Class entity
        The entity class associated with the alias.
        默认值:
        void.class