public interface IORMAssociationEndDetail extends IModelElement
Modifier and Type | Field and Description |
---|---|
static int |
FETCH_JOIN |
static int |
FETCH_SELECT |
static int |
FETCH_SUBSELECT |
static int |
FETCH_UNSPECIFIED |
static java.lang.String |
PROP_BATCH_SIZE |
static java.lang.String |
PROP_CASCADE |
static java.lang.String |
PROP_COLUMN_NAME |
static java.lang.String |
PROP_COMPOSITE_DB_TABLE_FOREIGN_KEYS |
static java.lang.String |
PROP_FETCH |
static java.lang.String |
PROP_FOREIGN_KEY_MODEL |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
void |
addCompositeDBTableForeignKey(ICompositeDBTableForeignKey compositeDBTableForeignKey) |
int |
compositeDBTableForeignKeyCount() |
java.util.Iterator |
compositeDBTableForeignKeyIterator()
Returns an iterator over the model elements
ICompositeDBTableForeignKey . |
int |
getBatchSize() |
java.lang.String |
getCascade() |
java.lang.String |
getColumnName() |
ICompositeDBTableForeignKey |
getCompositeDBTableForeignKeyByIndex(int index) |
int |
getFetch() |
IDBForeignKey |
getForeignKeyModel() |
void |
removeCompositeDBTableForeignKey(ICompositeDBTableForeignKey compositeDBTableForeignKey) |
void |
removeCompositeDBTableForeignKeyByIndex(int index) |
void |
setBatchSize(int batchSize) |
void |
setCascade(java.lang.String cascade) |
void |
setColumnName(java.lang.String columnName) |
void |
setFetch(int fetch) |
void |
setForeignKeyModel(IDBForeignKey foreignKeyModel) |
ICompositeDBTableForeignKey[] |
toCompositeDBTableForeignKeyArray() |
addChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, fromRelationshipCount, fromRelationshipEndCount, fromRelationshipEndIterator, fromRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescription, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescription, getHTMLDescription, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickname, getNickPropertyValue, getParent, getProject, getQualityReason, getQualityScore, getReferencedBys, getReferencingModels, getSubDiagramAt, getTaggedValues, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDescription, setDocumentation, setHTMLDescription, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, setTaggedValues, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArray
static final java.lang.String PROP_COLUMN_NAME
static final java.lang.String PROP_FOREIGN_KEY_MODEL
static final java.lang.String PROP_CASCADE
static final java.lang.String PROP_COMPOSITE_DB_TABLE_FOREIGN_KEYS
static final java.lang.String PROP_FETCH
static final int FETCH_UNSPECIFIED
static final int FETCH_JOIN
static final int FETCH_SELECT
static final int FETCH_SUBSELECT
static final java.lang.String PROP_BATCH_SIZE
void setColumnName(java.lang.String columnName)
java.lang.String getColumnName()
void setForeignKeyModel(IDBForeignKey foreignKeyModel)
IDBForeignKey getForeignKeyModel()
void setCascade(java.lang.String cascade)
java.lang.String getCascade()
void addCompositeDBTableForeignKey(ICompositeDBTableForeignKey compositeDBTableForeignKey)
void removeCompositeDBTableForeignKey(ICompositeDBTableForeignKey compositeDBTableForeignKey)
ICompositeDBTableForeignKey getCompositeDBTableForeignKeyByIndex(int index)
void removeCompositeDBTableForeignKeyByIndex(int index)
int compositeDBTableForeignKeyCount()
java.util.Iterator compositeDBTableForeignKeyIterator()
ICompositeDBTableForeignKey
.ICompositeDBTableForeignKey[] toCompositeDBTableForeignKeyArray()
void setFetch(int fetch)
int getFetch()
void setBatchSize(int batchSize)
int getBatchSize()