Class UserRole
java.lang.Object
systems.dennis.shared.model.IDPresenter<Long>
systems.dennis.shared.postgres.model.BaseEntity
systems.dennis.shared.postgres.model.LongAssignableEntity
systems.dennis.auth.role_validator.entity.UserRole
- All Implemented Interfaces:
systems.dennis.shared.entity.AbstractEntity<Long>,systems.dennis.shared.entity.IDHolder<Long>
@Entity(name="user_role")
public class UserRole
extends systems.dennis.shared.postgres.model.LongAssignableEntity
-
Field Summary
FieldsFields inherited from interface systems.dennis.shared.entity.AbstractEntity
ID_FIELD -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class systems.dennis.shared.postgres.model.LongAssignableEntity
canEqual, equals, getUserDataId, hashCode, setUserDataId, toStringMethods inherited from class systems.dennis.shared.postgres.model.BaseEntity
getId, isIdSet, setIdMethods inherited from class systems.dennis.shared.model.IDPresenter
getHidden, setHiddenMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface systems.dennis.shared.entity.AbstractEntity
defaultSearchOrderField
-
Field Details
-
ROLE_USER
- See Also:
-
ROLE_ADMIN
- See Also:
-
ROLE_SIGNED
- See Also:
-
autoApplyOnVirtualUser
-
-
Constructor Details
-
UserRole
public UserRole()
-
-
Method Details
-
asValue
-