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 | Class and Description |
---|---|
class |
CollectionCacheInvalidator
Allows the collection cache to be automatically evicted if an element is inserted/removed/updated *without* properly
managing both sides of the association (ie, the ManyToOne collection is changed w/o properly managing the OneToMany).
|
Modifier and Type | Class and Description |
---|---|
class |
EnversPostDeleteEventListenerImpl
Envers-specific entity (post) deletion event listener
|
Modifier and Type | Interface and Description |
---|---|
interface |
PostCommitDeleteEventListener
Called after an entity delete is committed to the datastore.
|
Modifier and Type | Field and Description |
---|---|
static EventType<PostDeleteEventListener> |
EventType.POST_COMMIT_DELETE |
static EventType<PostDeleteEventListener> |
EventType.POST_DELETE |
Modifier and Type | Class and Description |
---|---|
class |
JpaPostDeleteEventListener |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.