@MappedEntity(value="user_role_composite") public class UserRole extends java.lang.Object
| Constructor and Description |
|---|
UserRole(UserRoleId id) |
| Modifier and Type | Method and Description |
|---|---|
UserRoleId |
getId() |
Role |
getRole() |
User |
getUser() |
public UserRole(UserRoleId id)
public UserRoleId getId()
@Transient public User getUser()
@Transient public Role getRole()