Class DomainPersistEvent

java.lang.Object
com.codingapi.springboot.framework.domain.event.DomainEvent
com.codingapi.springboot.framework.domain.event.DomainPersistEvent
All Implemented Interfaces:
IEvent

public class DomainPersistEvent extends DomainEvent
实体持久化事件
  • Constructor Details

    • DomainPersistEvent

      public DomainPersistEvent(Object entity)