public class AccountListener extends OperatorListener<Account> implements org.springframework.context.ApplicationEventPublisherAware
| 构造器和说明 |
|---|
AccountListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
postPersist(Account entity) |
void |
postUpdate(Account entity) |
void |
prePersist(Account entity) |
void |
preUpdate(Account entity) |
void |
setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) |
beforeInsert, beforeUpdatepublic void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
setApplicationEventPublisher 在接口中 org.springframework.context.ApplicationEventPublisherAwarepublic void prePersist(Account entity)
public void preUpdate(Account entity)
public void postPersist(Account entity)
public void postUpdate(Account entity)