| Package | Description |
|---|---|
| org.hibernate.event.internal |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
| org.hibernate.event.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEvictEventListener
Defines the default evict event listener used by hibernate for evicting entities
in response to generated flush events.
|
| Modifier and Type | Field and Description |
|---|---|
static EventType<EvictEventListener> |
EventType.EVICT |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.