|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={})
@Retention(value=RUNTIME)
public @interface FieldResultMapping of a result.
| Required Element Summary | |
|---|---|
String |
column
The column names that are used in these annotations refer to the names of the columns in the SELECT clause i.e., column aliases, if applicable. |
String |
name
The name element is the 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 | |||||||||