类 Entity<ID extends Serializable>
- java.lang.Object
-
- org.shoulder.data.mybatis.template.entity.BaseEntity<ID>
-
- org.shoulder.data.mybatis.template.entity.Entity<ID>
-
- 所有已实现的接口:
Operable
- 直接已知子类:
LogicDeleteEntity,TreeEntity
public class Entity<ID extends Serializable> extends BaseEntity<ID>
可变记录型实体: 带有 id、创建时间、最后修改时间、创建者、最后修改者- 作者:
- lym
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Longcreatorprotected Longmodifier-
从类继承的字段 org.shoulder.data.mybatis.template.entity.BaseEntity
createTime, id, updateTime
-
-
构造器概要
构造器 构造器 说明 Entity()Entity(ID id, LocalDateTime createTime, LocalDateTime updateTime, Long createUser, Long modifier)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringtoString()-
从类继承的方法 org.shoulder.data.mybatis.template.entity.BaseEntity
getObjectId, getObjectName
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 org.shoulder.core.model.Operable
getObjectType
-
-
-
-
构造器详细资料
-
Entity
public Entity()
-
Entity
public Entity(ID id, LocalDateTime createTime, LocalDateTime updateTime, Long createUser, Long modifier)
-
-
方法详细资料
-
toString
public String toString()
- 覆盖:
toString在类中BaseEntity<ID extends Serializable>
-
-