Package net.ideahut.springboot.entity
Class EntityAuditSoftDelete
java.lang.Object
net.ideahut.springboot.entity.EntityBase
net.ideahut.springboot.entity.EntityAudit
net.ideahut.springboot.entity.EntityAuditSoftDelete
- All Implemented Interfaces:
Serializable,net.ideahut.springboot.entity.EntitySoftDelete
@MappedSuperclass
public abstract class EntityAuditSoftDelete
extends EntityAudit
implements net.ideahut.springboot.entity.EntitySoftDelete
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class net.ideahut.springboot.entity.EntityAudit
EntityAudit.NameNested classes/interfaces inherited from interface net.ideahut.springboot.entity.EntitySoftDelete
net.ideahut.springboot.entity.EntitySoftDelete.Name -
Field Summary
Fields inherited from interface net.ideahut.springboot.entity.EntitySoftDelete
DELETED, EXIST, UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.ideahut.springboot.entity.EntitySoftDelete
getDeletedOn, setDeletedOn
-
Constructor Details
-
EntityAuditSoftDelete
public EntityAuditSoftDelete()
-