Uses of Enum Class
org.hibernate.loader.ast.internal.CacheEntityLoaderHelper.EntityStatus
Packages that use CacheEntityLoaderHelper.EntityStatus
-
Uses of CacheEntityLoaderHelper.EntityStatus in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return CacheEntityLoaderHelper.EntityStatusModifier and TypeMethodDescriptionCacheEntityLoaderHelper.PersistenceContextEntry.getStatus()Returns the enum constant of this class with the specified name.static CacheEntityLoaderHelper.EntityStatus[]CacheEntityLoaderHelper.EntityStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.loader.ast.internal with parameters of type CacheEntityLoaderHelper.EntityStatusModifierConstructorDescriptionPersistenceContextEntry(Object entity, CacheEntityLoaderHelper.EntityStatus status)