| Package | Description |
|---|---|
| net.sf.jailer.datamodel |
| Modifier and Type | Method and Description |
|---|---|
Cardinality |
Association.getCardinality()
Gets the cardinality.
|
static Cardinality |
Cardinality.parse(String cardinality)
Parses a stringified cardinality.
|
Cardinality |
Cardinality.reverse()
Gets the cardinality of the reversal association.
|
static Cardinality |
Cardinality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cardinality[] |
Cardinality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Association(Table source,
Table destination,
boolean insertSourceBeforeDestination,
boolean insertDestinationBeforeSource,
String joinCondition,
DataModel dataModel,
boolean reversed,
Cardinality cardinality)
Constructor.
|
Association(Table source,
Table destination,
boolean insertSourceBeforeDestination,
boolean insertDestinationBeforeSource,
String joinCondition,
DataModel dataModel,
boolean reversed,
Cardinality cardinality,
String author)
Constructor.
|