JavaScript is disabled on your browser.
Skip navigation links
javax.persistence

Annotation Type NamedNativeQueries



  • @Target(value=TYPE)
     @Retention(value=RUNTIME)
    public @interface NamedNativeQueries
    Specifies multiple native SQL named queries. Query names are scoped to the persistence unit. The NamedNativeQueries annotation can be applied to an entity or mapped superclass.
    Since:
    Java Persistence 1.0
    See Also:
    NamedNativeQuery
    • Required Element Summary

      Required Elements
      Modifier and Type Required Element and Description
      NamedNativeQuery[] value
      (Required) Array of NamedNativeQuery annotations.
    • Element Detail

      • value

        public abstract NamedNativeQuery[] value
        (Required) Array of NamedNativeQuery annotations.
Skip navigation links

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /