|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface NamedNativeQuery
Is used to specify a native SQL named query. Query names are scoped to the persistence unit.
Required Element Summary | |
---|---|
String |
name
Is used to refer to the query when using the EntityManager
methods that create query objects. |
String |
query
The SQL query string |
Optional Element Summary | |
---|---|
QueryHint[] |
hints
Vendor-specific query hints |
Class |
resultClass
The class of the result |
String |
resultSetMapping
The name of a SqlResultSetMapping , as defined in metadata |
Element Detail |
---|
public abstract String name
EntityManager
methods that create query objects.
public abstract String query
public abstract QueryHint[] hints
public abstract Class resultClass
public abstract String resultSetMapping
SqlResultSetMapping
, as defined in metadata
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.