public class DbRelationshipDetected extends DbRelationship
DbRelationship
to hold some extra runtime information.joins, toDependentPK
name, runtime, sourceEntity, targetEntityName, toMany
Constructor and Description |
---|
DbRelationshipDetected(String uniqueRelName) |
Modifier and Type | Method and Description |
---|---|
String |
getFkName()
Get the name of the underlying foreign key.
|
void |
setFkName(String fkName)
Set the name of the underlying foreign key.
|
acceptVisitor, addJoin, createReverseRelationship, encodeAsXML, getJoins, getReverseRelationship, getSourceAttributes, getTargetAttributes, getTargetEntity, isFromPK, isMandatory, isToDependentPK, isToMasterPK, isToPK, isValidForDepPk, removeAllJoins, removeJoin, setJoins, setToDependentPK, setToMany, srcFkSnapshotWithTargetSnapshot, srcPkSnapshotWithTargetSnapshot, targetPkSnapshotWithSrcSnapshot
getName, getParent, getSourceEntity, getTargetEntityName, isRuntime, isToMany, setName, setParent, setRuntime, setSourceEntity, setTargetEntity, setTargetEntityName, toString
public DbRelationshipDetected(String uniqueRelName)
Copyright © 2001–2018 Apache Cayenne. All rights reserved.