Package | Description |
---|---|
org.hibernate.event.internal |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractSaveEventListener.EntityState |
AbstractSaveEventListener.getEntityState(java.lang.Object entity,
java.lang.String entityName,
EntityEntry entry,
SessionImplementor source)
Determine whether the entity is persistent, detached, or transient
|
static AbstractSaveEventListener.EntityState |
AbstractSaveEventListener.EntityState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSaveEventListener.EntityState[] |
AbstractSaveEventListener.EntityState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.