public class EntityEventListenerInterceptor extends EntityInterceptorAdapter
| コンストラクタと説明 |
|---|
EntityEventListenerInterceptor() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
delete(EntityDeleteInvocation invocation)
InvocationType.DELETEの際、呼び出される。 |
java.lang.String |
insert(EntityInsertInvocation invocation)
InvocationType.INSERTの際、呼び出される。 |
Entity |
load(EntityLoadInvocation invocation)
InvocationType.LOADの際、呼び出される。 |
void |
purge(EntityPurgeInvocation invocation)
InvocationType.PURGEの際、呼び出される。 |
void |
query(EntityQueryInvocation invocation)
|
Entity |
restore(EntityRestoreInvocation invocation)
InvocationType.RESTOREの際、呼び出される。 |
void |
update(EntityUpdateInvocation invocation)
InvocationType.UPDATEの際、呼び出される。 |
ValidateResult |
validate(EntityValidateInvocation invocation)
InvocationType.VALIDATEの際、呼び出される。 |
bulkUpdate, count, deleteAll, intercept, lockByUser, unlockByUser, updateAllpublic ValidateResult validate(EntityValidateInvocation invocation)
EntityInterceptorAdapterInvocationType.VALIDATEの際、呼び出される。validate クラス内 EntityInterceptorAdapterpublic java.lang.String insert(EntityInsertInvocation invocation)
EntityInterceptorAdapterInvocationType.INSERTの際、呼び出される。insert クラス内 EntityInterceptorAdapterpublic void update(EntityUpdateInvocation invocation)
EntityInterceptorAdapterInvocationType.UPDATEの際、呼び出される。update クラス内 EntityInterceptorAdapterpublic void delete(EntityDeleteInvocation invocation)
EntityInterceptorAdapterInvocationType.DELETEの際、呼び出される。delete クラス内 EntityInterceptorAdapterpublic Entity load(EntityLoadInvocation invocation)
EntityInterceptorAdapterInvocationType.LOADの際、呼び出される。load クラス内 EntityInterceptorAdapterpublic void query(EntityQueryInvocation invocation)
EntityInterceptorAdapterquery クラス内 EntityInterceptorAdapterpublic Entity restore(EntityRestoreInvocation invocation)
EntityInterceptorAdapterInvocationType.RESTOREの際、呼び出される。restore クラス内 EntityInterceptorAdapterpublic void purge(EntityPurgeInvocation invocation)
EntityInterceptorAdapterInvocationType.PURGEの際、呼び出される。purge クラス内 EntityInterceptorAdapter