public interface DataSourceRelations
Relations
Properties for declaring relations between DataSources and within DataSources, such as
master-detail relationships (a SalesOrder contains 0 or more OrderItems) and tree relationships
(records can be linked by a parentId field).
- See Also:
DataSourceField.getPrimaryKey(),
DataSourceField.getForeignKey(),
DataSourceField.getChildrenProperty(),
DataSourceField.getRootValue(),
com.smartgwt.client.docs.serverds.DataSourceField#includeFrom,
com.smartgwt.client.docs.serverds.DataSourceField#includeVia,
com.smartgwt.client.docs.serverds.DataSourceField#relatedTableAlias,
DataSourceField.getDisplayField(),
DataSourceField.getForeignDisplayField(),
com.smartgwt.client.docs.serverds.DataSourceField#joinType,
DataSource.getChildrenField(),
JoinType