|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Sql
Specify explicit sql for multiple select statements. Need to use this if you have more than one SqlSelect for a given bean.
FUTURE: Support explicit sql for SqlInsert, SqlUpdate and SqlDelete.
| Optional Element Summary | |
|---|---|
SqlSelect[] |
select
The sql select statements. |
public abstract SqlSelect[] select
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||