restrictedRelations property

Map<String, List<DatumEntityInterface>> restrictedRelations
final

Map of relation names to entities that prevented deletion (for restrict behavior).

Implementation

final Map<String, List<DatumEntityInterface>> restrictedRelations;