|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface ViewView is a description of database view. Use it simillary like a table.
Table| Optional Element Summary | |
|---|---|
String |
alias
View alias name. |
String |
name
A named parameter for the view name. |
String |
schema
Name of schema. |
String |
select
Mapping a VIEW to the SQL SELECT. |
String |
value
A shortcut for the attribute "name" of View. |
public abstract String name
public abstract String value
name()public abstract String alias
public abstract String select
${SCHEMA} is replaced for the real schema name in the SQL sttatement.
orm.metaModel.MetaSelect.SCHEMApublic abstract String schema
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||