Class UserRoleRef


  • public class UserRoleRef
    extends Object
    An alternative DTO object to use for the specific use case of being an element in collection fields of parent entities. Holds all non-collection fields of JpaUserRole.
    Author:
    Samarth Dhruva (samarthd)
    • Constructor Detail

      • UserRoleRef

        public UserRoleRef​(String id,
                           String name)
      • UserRoleRef

        public UserRoleRef()