注释类型 FastMapping


@Retention(RUNTIME) @Target(METHOD) @ResponseBody public @interface FastMapping
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    execute jpa count hql
    mvc request url
    org.springframework.web.bind.annotation.RequestMethod
    mvc request method
    execute jpa hql
  • 元素详细资料

    • value

      String value
      execute jpa hql
      默认值:
      ""
    • countQuery

      String countQuery
      execute jpa count hql
      默认值:
      ""
    • method

      org.springframework.web.bind.annotation.RequestMethod method
      mvc request method
      默认值:
      GET
    • mapping

      String mapping
      mvc request url
      默认值:
      ""