类 AbstractApplicationContextAware
java.lang.Object
cn.herodotus.stirrup.web.core.definition.context.AbstractApplicationContextAware
- 所有已实现的接口:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- 直接已知子类:
AbstractCollectionChangeContext
public abstract class AbstractApplicationContextAware
extends Object
implements org.springframework.context.ApplicationContextAware
Description: 抽象 JPA 实体变更 Listener
- 作者:
- : gengwei.zheng
- Date:
- : 2021/8/11 18:12
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected org.springframework.context.ApplicationContextprotected voidpublishEvent(org.springframework.context.ApplicationEvent event) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
构造器详细资料
-
AbstractApplicationContextAware
public AbstractApplicationContextAware()
-
-
方法详细资料
-
getApplicationContext
protected org.springframework.context.ApplicationContext getApplicationContext() -
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - 指定者:
setApplicationContext在接口中org.springframework.context.ApplicationContextAware- 抛出:
org.springframework.beans.BeansException
-
publishEvent
protected void publishEvent(org.springframework.context.ApplicationEvent event)
-