smacs.load.schema
Interface DbSchemaForeignKeyField
- All Known Implementing Classes:
- DbSchemaForeignKeyFieldNode
- public interface DbSchemaForeignKeyField
part of a DbSchemaForeignKey
It knows the local source and foreign target of the field
and has a mapping list.
getLocalFieldMapping
public DbSchemaFieldMapping getLocalFieldMapping()
getForeignFieldMapping
public DbSchemaFieldMapping getForeignFieldMapping()
getFieldMappingList
public List getFieldMappingList()
- return mapping list.
- Returns:
- List of
DbSchemaFieldMapping