|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
com.redhat.persistence.metadata |
Uses of Table in com.redhat.persistence.metadata |
Methods in com.redhat.persistence.metadata that return Table | |
Table |
Qualias.getTable()
|
Table |
Static.getTable()
|
Table |
JoinThrough.getTable()
|
Table |
JoinFrom.getTable()
|
Table |
JoinTo.getTable()
|
Table |
Value.getTable()
|
Table |
Column.getTable()
Returns the table that this Column belongs to. |
Table |
Constraint.getTable()
|
abstract Table |
Mapping.getTable()
|
Table |
Root.getTable(String name)
|
Table |
ObjectMap.getTable()
|
Methods in com.redhat.persistence.metadata with parameters of type Table | |
void |
Root.addTable(Table table)
|
void |
ObjectMap.setTable(Table table)
|
Constructors in com.redhat.persistence.metadata with parameters of type Table | |
ForeignKey(Table table,
String name,
Column[] columns,
UniqueKey key,
boolean cascade)
|
|
ForeignKey(Table table,
String name,
Column[] columns,
UniqueKey key)
|
|
UniqueKey(Table table,
String name,
Column[] columns)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |