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 | |
org.hibernate.jpa.event.internal.core |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPostLoadEventListener
We do 2 things here:
Call
Lifecycle interface if necessary
Perform needed EntityEntry.getLockMode() related processing
|
Modifier and Type | Field and Description |
---|---|
static EventType<PostLoadEventListener> |
EventType.POST_LOAD |
Modifier and Type | Class and Description |
---|---|
class |
JpaPostLoadEventListener |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.