Modifier and Type | Field and Description |
---|---|
com.querydsl.core.types.dsl.SetPath<Role,QRole> |
QUser.roles |
Modifier and Type | Method and Description |
---|---|
Set<Role> |
User.getRoles() |
Modifier and Type | Method and Description |
---|---|
void |
User.addRole(Role role) |
Modifier and Type | Method and Description |
---|---|
void |
User.addRoles(Set<Role> roles) |
void |
User.setRoles(Set<Role> roles) |
Constructor and Description |
---|
QRole(Class<? extends Role> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QRole(com.querydsl.core.types.Path<? extends Role> path) |
User(String username,
String password,
String nickname,
Set<Role> roles,
boolean enabled) |
Copyright © 2019. All rights reserved.