javax.persistence
Annotation Type NamedNativeQueries


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NamedNativeQueries

List of NamedNativeQuery objects.

Since:
JPA 1.0 version.
Author:
Florent Benoit
See Also:
JPA 2.0 specification

Required Element Summary
 NamedNativeQuery[] value
          List of queries.
 

Element Detail

value

public abstract NamedNativeQuery[] value
List of queries.



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.