Annotation Type NamedNativeQueries


  • @Target({TYPE,PACKAGE})
    @Retention(RUNTIME)
    public @interface NamedNativeQueries
    A grouping of Hibernate-specific NamedNativeQuery definitions. Effectively extends the named native query definitions made available through NamedNativeQueries.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      NamedNativeQuery[] value
      The grouping of Hibernate named native SQL queries.
    • Element Detail

      • value

        NamedNativeQuery[] value
        The grouping of Hibernate named native SQL queries.