|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={})
@Retention(value=RUNTIME)
public @interface EntityResultMapping of a result.
| Required Element Summary | |
|---|---|
Class |
entityClass
Class of the result. |
| Optional Element Summary | |
|---|---|
String |
discriminatorColumn
Element used to specify the column name (or alias) of the column in the SELECT list that is used to determine the type of the entity instance. |
FieldResult[] |
fields
Element used to Map the columns specified in the SELECT list of the query to the properties or fields of the entity class. |
| Element Detail |
|---|
public abstract Class entityClass
public abstract FieldResult[] fields
public abstract String discriminatorColumn
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||