|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujorm.orm.impl.TableWrapperImpl
public class TableWrapperImpl
Wrapper for a MetaTable
| Constructor Summary | |
|---|---|
TableWrapperImpl(MetaTable table,
String alias)
|
|
| Method Summary | |
|---|---|
String |
getAlias()
Returns a unique table name in the one SQL statement. |
List<? extends ColumnWrapper> |
getColumns()
Get all table columns |
MetaTable |
getModel()
Returns a meta-tablemodel |
boolean |
isView()
Is the instance a database relation model? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableWrapperImpl(MetaTable table,
String alias)
| Method Detail |
|---|
public MetaTable getModel()
TableWrapper
getModel in interface TableWrapperpublic String getAlias()
TableWrapper
getAlias in interface TableWrapperpublic boolean isView()
TableWrapper
isView in interface TableWrapperpublic List<? extends ColumnWrapper> getColumns()
TableWrapper
getColumns in interface TableWrapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||