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 | Method and Description |
---|---|
protected Serializable |
DefaultResolveNaturalIdEventListener.loadFromDatasource(ResolveNaturalIdEvent event)
Performs the process of loading an entity from the configured
underlying datasource.
|
void |
DefaultResolveNaturalIdEventListener.onResolveNaturalId(ResolveNaturalIdEvent event) |
protected Serializable |
DefaultResolveNaturalIdEventListener.resolveFromCache(ResolveNaturalIdEvent event)
Attempts to resolve the entity id corresponding to the event's natural id values from the session
|
protected Serializable |
DefaultResolveNaturalIdEventListener.resolveNaturalId(ResolveNaturalIdEvent event)
Coordinates the efforts to load a given entity.
|
Modifier and Type | Method and Description |
---|---|
void |
ResolveNaturalIdEventListener.onResolveNaturalId(ResolveNaturalIdEvent event)
Handle the given resolve natural id event.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.