public class Composite extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Table> |
componentTables
The component tables.
|
Table |
mainTable
The main table representing the entire composite.
|
| Constructor and Description |
|---|
Composite(Table mainTable,
List<Table> componentTables)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Association> |
getAssociations()
Gets all associations of a composites' table with a table outside.
|
String |
toString()
Stringifies a composite.
|
public final Table mainTable
public Set<Association> getAssociations()