public class OrgListener extends OperatorListener<OrgStruct> implements org.springframework.context.ApplicationEventPublisherAware
| 构造器和说明 |
|---|
OrgListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
postLoad(OrgStruct entity) |
void |
postUpdate(OrgStruct entity) |
void |
prePersist(OrgStruct entity) |
void |
preUpdate(OrgStruct entity) |
void |
setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) |
void |
trail(org.springframework.data.history.RevisionMetadata.RevisionType type,
OrgStruct entity) |
beforeInsert, beforeUpdatepublic void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
setApplicationEventPublisher 在接口中 org.springframework.context.ApplicationEventPublisherAwarepublic void prePersist(OrgStruct entity)
public void preUpdate(OrgStruct entity)
public void postLoad(OrgStruct entity)
public void postUpdate(OrgStruct entity)
public void trail(org.springframework.data.history.RevisionMetadata.RevisionType type,
OrgStruct entity)