Annotation Type NamedNativeQuery

    • Element Detail

      • name

        String name
        The name used to refer to the query with the EntityManager methods that create query objects.
      • query

        String query
        The SQL query string.
      • hints

        QueryHint[] hints
        Query properties and hints. (May include vendor-specific query hints.)
        Default:
        {}
      • resultClass

        Class resultClass
        The class of the result.
        Default:
        void.class