Uses of Class
it.unibz.inf.ontop.dbschema.impl.json.JsonView.AddForeignKey
-
Packages that use JsonView.AddForeignKey Package Description it.unibz.inf.ontop.dbschema.impl.json -
-
Uses of JsonView.AddForeignKey in it.unibz.inf.ontop.dbschema.impl.json
Fields in it.unibz.inf.ontop.dbschema.impl.json with type parameters of type JsonView.AddForeignKey Modifier and Type Field Description List<JsonView.AddForeignKey>JsonView.ForeignKeys. addedMethods in it.unibz.inf.ontop.dbschema.impl.json that return types with arguments of type JsonView.AddForeignKey Modifier and Type Method Description protected Stream<JsonView.AddForeignKey>JsonBasicOrJoinView. inferForeignKeys(OntopViewDefinition relation, it.unibz.inf.ontop.com.google.common.collect.ImmutableList<NamedRelationDefinition> baseRelations)TODO: add FKs towards the base relationsprotected Stream<JsonView.AddForeignKey>JsonBasicOrJoinView. inferForeignKeysFromParent(OntopViewDefinition relation, NamedRelationDefinition baseRelation)Methods in it.unibz.inf.ontop.dbschema.impl.json with parameters of type JsonView.AddForeignKey Modifier and Type Method Description protected voidJsonBasicOrJoinView. insertForeignKey(NamedRelationDefinition relation, MetadataLookup lookup, JsonView.AddForeignKey addForeignKey)Method parameters in it.unibz.inf.ontop.dbschema.impl.json with type arguments of type JsonView.AddForeignKey Modifier and Type Method Description protected voidJsonBasicOrJoinView. insertForeignKeys(OntopViewDefinition relation, MetadataLookup lookup, List<JsonView.AddForeignKey> addForeignKeys, it.unibz.inf.ontop.com.google.common.collect.ImmutableList<NamedRelationDefinition> baseRelations)Constructor parameters in it.unibz.inf.ontop.dbschema.impl.json with type arguments of type JsonView.AddForeignKey Constructor Description ForeignKeys(List<JsonView.AddForeignKey> added)
-