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 | |
org.hibernate.search.event.impl |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFlushEventListener
Defines the default flush event listeners used by hibernate for
flushing session state in response to generated flush events.
|
Modifier and Type | Field and Description |
---|---|
static EventType<FlushEventListener> |
EventType.FLUSH |
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Field and Description |
---|---|
static FlushEventListener |
JpaFlushEventListener.INSTANCE |
Modifier and Type | Class and Description |
---|---|
class |
FullTextIndexEventListener
Hibernate ORM event listener called by various ORM life cycle events.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.