Annotation Interface NamedStoredProcedureQueries


@Target(TYPE) @Retention(RUNTIME) public @interface NamedStoredProcedureQueries
Specifies multiple named stored procedure queries. Query names are scoped to the persistence unit. The NamedStoredProcedureQueries annotation can be applied to an entity or mapped superclass.
Since:
2.1
See Also: