|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface NamedNativeQueries
Is used to specify an array of native SQL named queries. Query names are scoped to the persistence unit.
Required Element Summary | |
---|---|
NamedNativeQuery[] |
value
Array of native SQL named queries |
Element Detail |
---|
public abstract NamedNativeQuery[] value
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.