public class OrgListener extends OperatorListener<OrgStruct> implements org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
OrgListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
buildParentIds(OrgStruct entity) |
void |
prePersist(OrgStruct entity) |
void |
preUpdate(OrgStruct entity) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
beforeInsert, beforeUpdatepublic void prePersist(OrgStruct entity)
public void preUpdate(OrgStruct entity)
public void buildParentIds(OrgStruct entity)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansException