类 AbstractCollectionChangeContext

java.lang.Object
cn.herodotus.stirrup.web.core.definition.context.AbstractApplicationContextAware
cn.herodotus.stirrup.web.core.definition.context.AbstractCollectionChangeContext
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public abstract class AbstractCollectionChangeContext extends AbstractApplicationContextAware

Description: 实体集合属性变更监听器

作者:
: gengwei.zheng
Date:
: 2021/8/11 18:12
  • 构造器详细资料

    • AbstractCollectionChangeContext

      public AbstractCollectionChangeContext()
  • 方法详细资料

    • setBefore

      public void setBefore(List<String> before)
    • setAfter

      public void setAfter(List<String> after)
    • getChangedItems

      protected List<String> getChangedItems()