Class 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.Name

    Nested 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.ideahut.springboot.entity.EntitySoftDelete

    getDeletedOn, setDeletedOn
  • Constructor Details

    • EntityAuditSoftDelete

      public EntityAuditSoftDelete()