authorities property

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

Implementation

@OneToMany(table: UserAuthority)
List<UserAuthority>? authorities;