reverseRelations property

List<ModelReverseRelationInfo> reverseRelations
final

A list of ModelReverseRelationInfo objects describing relationships where other tables reference this table (one-to-many or through a join table).

Implementation

final List<ModelReverseRelationInfo> reverseRelations;