Package | Description |
---|---|
org.hibernate.event.internal |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
org.hibernate.jpa.event.internal.core |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMergeEventListener
Defines the default copy event listener used by hibernate for copying entities
in response to generated copy events.
|
class |
DefaultPersistEventListener
Defines the default create event listener used by hibernate for creating
transient entities in response to generated create events.
|
class |
DefaultPersistOnFlushEventListener
When persist is used as the cascade action, persistOnFlush should be used
|
class |
DefaultReplicateEventListener
Defines the default replicate event listener used by Hibernate to replicate
entities in response to generated replicate events.
|
class |
DefaultSaveEventListener
An event handler for save() events
|
class |
DefaultSaveOrUpdateEventListener
Defines the default listener used by Hibernate for handling save-update
events.
|
class |
DefaultUpdateEventListener
An event handler for update() events
|
Modifier and Type | Class and Description |
---|---|
class |
JpaMergeEventListener
Overrides the LifeCycle OnSave call to call the PrePersist operation
|
class |
JpaPersistEventListener
Overrides the LifeCycle OnSave call to call the PrePersist operation
|
class |
JpaPersistOnFlushEventListener |
class |
JpaSaveEventListener
Overrides the LifeCycle OnSave call to call the PrePersist operation
|
class |
JpaSaveOrUpdateEventListener
Overrides the LifeCycle OnSave call to call the PrePersist operation
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.