javax.persistence
Annotation Type NamedNativeQueries
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NamedNativeQueries
Used to specify multiple native SQL named queries. Query names
are scoped to the persistence unit. The NamedNativeQueries
annotation can be applied to an entity or mapped superclass.
- Since:
- Java Persistence 1.0
- See Also:
NamedNativeQuery
value
public abstract NamedNativeQuery[] value
- (Required) Array of
NamedNativeQuery
annotations.
Copyright 2009 Sun Microsystems, Inc. All rights reserved.