|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={}) @Retention(value=RUNTIME) public @interface FieldResult
Is used to map the columns specified in the SELECT list of the query to the properties or fields of the entity class.
Required Element Summary | |
---|---|
String |
column
Name of the column in the SELECT clause - i.e., column aliases, if applicable. |
String |
name
Name of the persistent field or property of the class. |
Element Detail |
---|
public abstract String name
public abstract String column
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |