public abstract class AbstractEntityListener extends Object implements org.springframework.context.ApplicationContextAware
Description: 抽象 JPA 实体变更 Listener
| 构造器和说明 |
|---|
AbstractEntityListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.springframework.context.ApplicationContext |
getApplicationContext() |
protected void |
publishEvent(org.springframework.context.ApplicationEvent event) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
protected org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionprotected void publishEvent(org.springframework.context.ApplicationEvent event)
Copyright © 2022. All rights reserved.