Package | Description |
---|---|
org.hibernate.jpa.event.internal.core | |
org.hibernate.jpa.event.spi.jpa |
Modifier and Type | Class and Description |
---|---|
class |
JpaAutoFlushEventListener
In JPA, it is the create operation that is cascaded to unmanaged entities at flush time (instead of the save-update
operation in Hibernate).
|
class |
JpaDeleteEventListener
Overrides the LifeCycle OnSave call to call the PreRemove operation
|
class |
JpaFlushEntityEventListener
Overrides the LifeCycle OnSave call to call the PreUpdate operation
|
class |
JpaFlushEventListener
In JPA, it is the create operation that is cascaded to unmanaged entities at flush time (instead of the
save-update operation in Hibernate).
|
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 |
JpaPostDeleteEventListener |
class |
JpaPostInsertEventListener |
class |
JpaPostLoadEventListener |
class |
JpaPostUpdateEventListener
Implementation of the post update listeners.
|
class |
JpaSaveEventListener
Overrides the LifeCycle OnSave call to call the PrePersist operation
|
class |
JpaSaveOrUpdateEventListener
Overrides the LifeCycle OnSave call to call the PrePersist operation
|
Modifier and Type | Interface and Description |
---|---|
interface |
CallbackRegistryConsumer
Contract for injecting the registry of Callbacks into event listeners.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.