Package | Description |
---|---|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
org.hibernate.envers.event.spi | |
org.hibernate.event.spi | |
org.hibernate.jpa.event.internal.core |
Modifier and Type | Method and Description |
---|---|
void |
CollectionCacheInvalidator.onPostInsert(PostInsertEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
EnversPostInsertEventListenerImpl.onPostInsert(PostInsertEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
PostInsertEventListener.onPostInsert(PostInsertEvent event) |
void |
PostCommitInsertEventListener.onPostInsertCommitFailed(PostInsertEvent event)
Called when a commit fails and an an entity was scheduled for insertion
|
Modifier and Type | Method and Description |
---|---|
void |
JpaPostInsertEventListener.onPostInsert(PostInsertEvent event) |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.