|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={}) @Retention(value=RUNTIME) public @interface FieldResult
Mapping of a result.
Required Element Summary | |
---|---|
java.lang.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. |
java.lang.String |
name
The name element is the name of the persistent field or property of the class. |
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.String column
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |