referencedBy property

List<ReferencedBy> referencedBy
final

The transitive closure of tables whose foreign keys reference this one, in their (unchanged) new-schema form. See ReferencedBy for why.

Implementation

final List<ReferencedBy> referencedBy;