| Package | Description |
|---|---|
| org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
| org.hibernate.envers.event.spi | |
| org.hibernate.event.internal |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
| org.hibernate.event.spi | |
| org.hibernate.search.event.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionCacheInvalidator.onPostUpdate(PostUpdateEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnversPostUpdateEventListenerImpl.onPostUpdate(PostUpdateEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
PostUpdateEventListenerStandardImpl.onPostUpdate(PostUpdateEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
PostUpdateEventListener.onPostUpdate(PostUpdateEvent event) |
void |
PostCommitUpdateEventListener.onPostUpdateCommitFailed(PostUpdateEvent event)
Called when a commit fails and an an entity was scheduled for update
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
FullTextIndexEventListener.getDirtyPropertyNames(PostUpdateEvent event) |
void |
FullTextIndexEventListener.onPostUpdate(PostUpdateEvent event) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.