Package top.tangyh.basic.base.entity
Class Entity<T>
java.lang.Object
top.tangyh.basic.base.entity.SuperEntity<T>
top.tangyh.basic.base.entity.Entity<T>
- Type Parameters:
T- 主键类型
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TreeEntity
包括id、created_time、created_by、updated_by、updated_time字段的表继承的基础实体
- Author:
- zuihou
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class top.tangyh.basic.base.entity.SuperEntity
SuperEntity.Save, SuperEntity.Update -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringprotected Tprotected LocalDateTimeFields inherited from class top.tangyh.basic.base.entity.SuperEntity
CREATED_BY, CREATED_BY_FIELD, CREATED_ORG_ID, CREATED_ORG_ID_FIELD, CREATED_TIME, CREATED_TIME_FIELD, createdBy, createdTime, id, ID_FIELD -
Constructor Summary
ConstructorsConstructorDescriptionEntity()Entity(T id, LocalDateTime createdTime, T createdBy, LocalDateTime updatedTime, T updatedBy) -
Method Summary
-
Field Details
-
UPDATED_TIME
- See Also:
-
UPDATED_BY
- See Also:
-
UPDATED_TIME_FIELD
- See Also:
-
UPDATED_BY_FIELD
- See Also:
-
updatedTime
-
updatedBy
-
-
Constructor Details
-
Entity
-
Entity
public Entity()
-