|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface SqlResultSetMapping
Specifies the mapping of the result of a native SQL query.
Required Element Summary | |
---|---|
java.lang.String |
name
Name of the mapping. |
Optional Element Summary | |
---|---|
ColumnResult[] |
columns
Mapping to scalar values. |
EntityResult[] |
entities
Mapping to entities. |
Element Detail |
---|
public abstract java.lang.String name
public abstract EntityResult[] entities
public abstract ColumnResult[] columns
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |