public class InferredRelationship extends Object
| Constructor and Description |
|---|
InferredRelationship() |
| Modifier and Type | Method and Description |
|---|---|
DbAttribute |
getJoinSource() |
DbAttribute |
getJoinTarget() |
String |
getName() |
DbEntity |
getSource() |
DbEntity |
getTarget() |
boolean |
isToMany() |
void |
setJoinSource(DbAttribute joinSource) |
void |
setJoinTarget(DbAttribute joinTarget) |
void |
setName(String name) |
void |
setSource(DbEntity source) |
void |
setTarget(DbEntity target) |
void |
setToMany(boolean toMany) |
public boolean isToMany()
public void setToMany(boolean toMany)
public DbEntity getSource()
public void setSource(DbEntity source)
public DbEntity getTarget()
public void setTarget(DbEntity target)
public DbAttribute getJoinSource()
public void setJoinSource(DbAttribute joinSource)
public DbAttribute getJoinTarget()
public void setJoinTarget(DbAttribute joinTarget)
public String getName()
public void setName(String name)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.