|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ForeignKeyInfo | |
|---|---|
| org.castor.cpa.persistence.sql.engine.info | |
| Uses of ForeignKeyInfo in org.castor.cpa.persistence.sql.engine.info |
|---|
| Methods in org.castor.cpa.persistence.sql.engine.info that return ForeignKeyInfo | |
|---|---|
ForeignKeyInfo |
RelationTableInfo.getLeftForeignKey()
Get foreign key to left side of many to many relation. |
ForeignKeyInfo |
RelationTableInfo.getRightForeignKey()
Get foreign key to right side of many to many relation. |
| Methods in org.castor.cpa.persistence.sql.engine.info that return types with arguments of type ForeignKeyInfo | |
|---|---|
List<ForeignKeyInfo> |
EntityTableInfo.getForeignKeys()
Method returning foreign keys currently set. |
| Methods in org.castor.cpa.persistence.sql.engine.info with parameters of type ForeignKeyInfo | |
|---|---|
protected void |
EntityTableInfo.addForeignKey(ForeignKeyInfo foreignKey)
Add foreign key. |
protected void |
RelationTableInfo.setLeftForeignKey(ForeignKeyInfo foreignKey)
Set foreign key to left side of many to many relation. |
protected void |
RelationTableInfo.setRightForeignKey(ForeignKeyInfo foreignKey)
Set foreign key to right side of many to many relation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||