Package | Description |
---|---|
org.hibernate.event.spi |
Modifier and Type | Field and Description |
---|---|
static LoadEventListener.LoadType |
LoadEventListener.GET |
static LoadEventListener.LoadType |
LoadEventListener.IMMEDIATE_LOAD |
static LoadEventListener.LoadType |
LoadEventListener.INTERNAL_LOAD_EAGER |
static LoadEventListener.LoadType |
LoadEventListener.INTERNAL_LOAD_LAZY |
static LoadEventListener.LoadType |
LoadEventListener.INTERNAL_LOAD_NULLABLE |
static LoadEventListener.LoadType |
LoadEventListener.LOAD |
static LoadEventListener.LoadType |
LoadEventListener.RELOAD |
Modifier and Type | Method and Description |
---|---|
void |
LoadEventListener.onLoad(LoadEvent event,
LoadEventListener.LoadType loadType)
Handle the given load event.
|
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.