public interface PostInsertEventListener extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
onPostInsert(PostInsertEvent event) |
boolean |
requiresPostCommitHanding(EntityPersister persister)
Deprecated.
|
default boolean |
requiresPostCommitHandling(EntityPersister persister)
Does this listener require that after transaction hooks be registered?
|
void onPostInsert(PostInsertEvent event)
@Deprecated boolean requiresPostCommitHanding(EntityPersister persister)
requiresPostCommitHandling(EntityPersister)
persister
- The persister for the entity in question.true
if after transaction callbacks should be added.default boolean requiresPostCommitHandling(EntityPersister persister)
persister
- The persister for the entity in question.true
if after transaction callbacks should be added.Copyright © 2021 JBoss by Red Hat. All rights reserved.