public class MVCCSynchronizerPostUpdateEventListener
extends Object
implements org.hibernate.event.spi.PostUpdateEventListener
| Modifier and Type | Field and Description |
|---|---|
static MVCCSynchronizerPostUpdateEventListener |
INSTANCE |
| Constructor and Description |
|---|
MVCCSynchronizerPostUpdateEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPostUpdate(org.hibernate.event.spi.PostUpdateEvent postUpdateEvent) |
boolean |
requiresPostCommitHanding(org.hibernate.persister.entity.EntityPersister entityPersister)
Deprecated.
|
default boolean |
requiresPostCommitHandling(org.hibernate.persister.entity.EntityPersister arg0) |
public static final MVCCSynchronizerPostUpdateEventListener INSTANCE
public MVCCSynchronizerPostUpdateEventListener()
public void onPostUpdate(org.hibernate.event.spi.PostUpdateEvent postUpdateEvent)
onPostUpdate in interface org.hibernate.event.spi.PostUpdateEventListener@Deprecated public boolean requiresPostCommitHanding(org.hibernate.persister.entity.EntityPersister entityPersister)
public boolean requiresPostCommitHandling(org.hibernate.persister.entity.EntityPersister arg0)