注释类型 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.
    作者:
    Emmanuel Bernard
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      NamedNativeQuery[] value
      The grouping of Hibernate named native SQL queries.
    • 元素详细资料

      • value

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