注释类型 NamedNativeQueries
-
@Target({TYPE,PACKAGE}) @Retention(RUNTIME) public @interface NamedNativeQueries
A grouping of Hibernate-specificNamedNativeQuerydefinitions. Effectively extends the named native query definitions made available throughNamedNativeQueries.- 作者:
- Emmanuel Bernard
-
-
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 NamedNativeQuery[]valueThe grouping of Hibernate named native SQL queries.
-
-
-
元素详细资料
-
value
NamedNativeQuery[] value
The grouping of Hibernate named native SQL queries.
-
-