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 |
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
|
Modifier and Type | Field and Description |
---|---|
static EventType<PersistEventListener> |
EventType.PERSIST |
static EventType<PersistEventListener> |
EventType.PERSIST_ONFLUSH |
Modifier and Type | Class and Description |
---|---|
class |
JpaPersistEventListener
Overrides the LifeCycle OnSave call to call the PrePersist operation
|
class |
JpaPersistOnFlushEventListener |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.