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