User
org.beangle.ems.core.user.model.User
class User extends LongId, Coded, Named, Updated, TemporalOn, Principal, Remark, Enabled
用户信息
Attributes
- Graph
-
- Supertypes
-
trait Enabledtrait Remarktrait Principaltrait TemporalOntrait Updatedtrait Namedtrait Codedclass LongIdtrait LongIdEntityclass NumId[Long]trait Entity[Long]trait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Principal
Inherited methods
Attributes
- Inherited from:
- TemporalOn
比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。
比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。
Attributes
- Definition Classes
-
Entity -> Any
- Inherited from:
- Entity
Attributes
- See also
-
java.lang.Object#hashCode()
- Definition Classes
-
Entity -> Any
- Inherited from:
- Entity
Attributes
- Inherited from:
- Principal
Return true if persisted
Return true if persisted
Attributes
- Inherited from:
- Entity
Attributes
- Inherited from:
- TemporalOn
Concrete fields
照片ID
照片ID
Attributes
电子邮件
电子邮件
Attributes
其他用户组
其他用户组
Attributes
是否锁定
是否锁定
Attributes
移动电话
移动电话
Attributes
密码过期日期
密码过期日期
Attributes
密码
密码
Attributes
角色
角色
Attributes
Inherited fields
起始日期
起始日期
Attributes
- Inherited from:
- TemporalOn
Attributes
- Inherited from:
- Coded
查询是否启用
查询是否启用
Attributes
- Returns
-
是否启用
- Inherited from:
- Enabled
结束日期
结束日期
Attributes
- Inherited from:
- TemporalOn
Return Identifier
Return Identifier
Attributes
- Inherited from:
- NumId
Attributes
- Inherited from:
- Named
Attributes
- Inherited from:
- Remark
Updated At
Updated At
Attributes
- Inherited from:
- Updated
In this article