Package | Description |
---|---|
net.sf.jailer.datamodel |
Modifier and Type | Method and Description |
---|---|
Cardinality |
Association.getCardinality()
Gets the cardinality.
|
static Cardinality |
Cardinality.parse(java.lang.String cardinality)
Parses a stringified cardinality.
|
Cardinality |
Cardinality.reverse()
Gets the cardinality of the reversal association.
|
static Cardinality |
Cardinality.valueOf(java.lang.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,
java.lang.String joinCondition,
DataModel dataModel,
boolean reversed,
Cardinality cardinality)
Constructor.
|
Association(Table source,
Table destination,
boolean insertSourceBeforeDestination,
boolean insertDestinationBeforeSource,
java.lang.String joinCondition,
DataModel dataModel,
boolean reversed,
Cardinality cardinality,
java.lang.String author)
Constructor.
|