Uses of Class
org.hibernate.event.internal.EntityState
-
Packages that use EntityState Package Description org.hibernate.event.internal 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 EntityState Modifier and Type Method Description static EntityState
EntityState. getEntityState(Object entity, String entityName, EntityEntry entry, SessionImplementor source, Boolean assumedUnsaved)
Determine whether the entity is persistent, detached, or transientstatic EntityState
EntityState. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntityState[]
EntityState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-