|
||||||||||
| 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 | |
|---|---|
boolean |
equals(Object obj)
Table model and alias must be the same |
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 |
int |
hashCode()
Table model and alias must be the same |
boolean |
isView()
Is the instance a database relation model? |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, 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 TableWrapperpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||