@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface SqlResultSetMapping
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name |
| Modifier and Type | Optional Element and Description |
|---|---|
ColumnResult[] |
columns |
EntityResult[] |
entities |
public abstract EntityResult[] entities
public abstract ColumnResult[] columns