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 |
DefaultPersistOnFlushEventListener
When persist is used as the cascade action, persistOnFlush should be used
|
Modifier and Type | Class and Description |
---|---|
class |
JpaPersistEventListener
Overrides the LifeCycle OnSave call to call the PrePersist operation
|
class |
JpaPersistOnFlushEventListener |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.