Uses of Enum Class
org.hibernate.event.internal.EntityState
Packages that use EntityState
Package
Description
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
-
Uses of EntityState in org.hibernate.event.internal
Methods in org.hibernate.event.internal that return EntityStateModifier and TypeMethodDescriptionstatic EntityState
EntityState.getEntityState
(Object entity, String entityName, EntityEntry entry, SessionImplementor source, Boolean assumedUnsaved) Determine whether the entity is persistent, detached, or transientstatic EntityState
Returns the enum constant of this class with the specified name.static EntityState[]
EntityState.values()
Returns an array containing the constants of this enum class, in the order they are declared.