organisationUnits property

  1. @OneToMany(table: UserOrganisationUnit)
List<UserOrganisationUnit>? organisationUnits
getter/setter pair

Implementation

@OneToMany(table: UserOrganisationUnit)
List<UserOrganisationUnit>? organisationUnits;