| Modifier and Type | Optional Element and Description |
|---|---|
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
Copyright 2013, Pavel Ponec