Annotation Interface FastMapping


@Retention(RUNTIME) @Target(METHOD) @ResponseBody public @interface FastMapping
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    execute jpa count hql
    mvc request url
    org.springframework.web.bind.annotation.RequestMethod
    mvc request method
    execute jpa hql
  • Element Details

    • value

      String value
      execute jpa hql
      Default:
      ""
    • countQuery

      String countQuery
      execute jpa count hql
      Default:
      ""
    • method

      org.springframework.web.bind.annotation.RequestMethod method
      mvc request method
      Default:
      GET
    • mapping

      String mapping
      mvc request url
      Default:
      ""