| ExtendedRelation | RelatedTablesCoreExtension. addAttributesRelationship(String baseTableName,
                         String relatedAttributesTableName,
                         String mappingTableName) | Adds an attributes relationship between the base table and related
 attributes table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addAttributesRelationship(String baseTableName,
                         String relatedAttributesTableName,
                         UserMappingTable userMappingTable) | Adds an attributes relationship between the base table and related
 attributes table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addAttributesRelationship(String baseTableName,
                         AttributesTable attributesTable,
                         String mappingTableName) | Adds an attributes relationship between the base table and user
 attributes related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addAttributesRelationship(String baseTableName,
                         AttributesTable attributesTable,
                         UserMappingTable userMappingTable) | Adds an attributes relationship between the base table and user
 attributes related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addFeaturesRelationship(String baseFeaturesTableName,
                       String relatedFeaturesTableName,
                       String mappingTableName) | Adds a features relationship between the base feature and related feature
 table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addFeaturesRelationship(String baseFeaturesTableName,
                       String relatedFeaturesTableName,
                       UserMappingTable userMappingTable) | Adds a features relationship between the base feature and related feature
 table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addMediaRelationship(String baseTableName,
                    MediaTable mediaTable,
                    String mappingTableName) | Adds a media relationship between the base table and user media related
 table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addMediaRelationship(String baseTableName,
                    MediaTable mediaTable,
                    UserMappingTable userMappingTable) | Adds a media relationship between the base table and user media related
 table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addRelationship(String baseTableName,
               String relatedTableName,
               String mappingTableName,
               String relationName) | Adds a relationship between the base and related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addRelationship(String baseTableName,
               String relatedTableName,
               String mappingTableName,
               String relationAuthor,
               String relationName) | Adds a relationship between the base and related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addRelationship(String baseTableName,
               String relatedTableName,
               String mappingTableName,
               RelationType relationType) | Adds a relationship between the base and related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addRelationship(String baseTableName,
               String relatedTableName,
               UserMappingTable userMappingTable,
               String relationName) | Adds a relationship between the base and related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addRelationship(String baseTableName,
               String relatedTableName,
               UserMappingTable userMappingTable,
               String relationAuthor,
               String relationName) | Adds a relationship between the base and related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addRelationship(String baseTableName,
               String relatedTableName,
               UserMappingTable userMappingTable,
               RelationType relationType) | Adds a relationship between the base and related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addRelationship(String baseTableName,
               UserRelatedTable relatedTable,
               String mappingTableName) | Adds a relationship between the base and user related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addRelationship(String baseTableName,
               UserRelatedTable relatedTable,
               UserMappingTable userMappingTable) | Adds a relationship between the base and user related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addRelationship(String baseTableName,
               UserTable<? extends UserColumn> relatedTable,
               String mappingTableName) | Adds a relationship between the base and user related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addRelationship(String baseTableName,
               UserTable<? extends UserColumn> relatedTable,
               String relationName,
               String mappingTableName) | Adds a relationship between the base and user related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addRelationship(String baseTableName,
               UserTable<? extends UserColumn> relatedTable,
               String relationName,
               UserMappingTable userMappingTable) | Adds a relationship between the base and user related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addRelationship(String baseTableName,
               UserTable<? extends UserColumn> relatedTable,
               UserMappingTable userMappingTable) | Adds a relationship between the base and user related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addSimpleAttributesRelationship(String baseTableName,
                               SimpleAttributesTable simpleAttributesTable,
                               String mappingTableName) | Adds a simple attributes relationship between the base table and user
 simple attributes related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addSimpleAttributesRelationship(String baseTableName,
                               SimpleAttributesTable simpleAttributesTable,
                               UserMappingTable userMappingTable) | Adds a simple attributes relationship between the base table and user
 simple attributes related table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addTilesRelationship(String baseTableName,
                    String relatedTilesTableName,
                    String mappingTableName) | Adds a tiles relationship between the base table and related tiles table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addTilesRelationship(String baseTableName,
                    String relatedTilesTableName,
                    UserMappingTable userMappingTable) | Adds a tiles relationship between the base table and related tiles table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addTilesRelationship(String baseTableName,
                    TileTable tileTable,
                    String mappingTableName) | Adds a tiles relationship between the base table and user tiles related
 table. | 
| ExtendedRelation | RelatedTablesCoreExtension. addTilesRelationship(String baseTableName,
                    TileTable tileTable,
                    UserMappingTable userMappingTable) | Adds a tiles relationship between the base table and user tiles related
 table. |