@CompileStatic class PersistenceContextInterceptorExecutor extends Object
Executes persistence context interceptors phases.
| Type | Name and description |
|---|---|
Collection<PersistenceContextInterceptor> |
persistenceContextInterceptors |
| Constructor and description |
|---|
PersistenceContextInterceptorExecutor(Collection<PersistenceContextInterceptor> persistenceContextInterceptors) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
destroyPersistenceContext() |
|
static void |
destroyPersistenceContext(ApplicationContext appCtx) |
|
void |
initPersistenceContext() |
|
static void |
initPersistenceContext(ApplicationContext appCtx) |