Uses of Enum Class
org.hibernate.loader.internal.CacheLoadHelper.PersistenceContextEntry.EntityStatus
Packages that use CacheLoadHelper.PersistenceContextEntry.EntityStatus
-
Uses of CacheLoadHelper.PersistenceContextEntry.EntityStatus in org.hibernate.loader.internal
Methods in org.hibernate.loader.internal that return CacheLoadHelper.PersistenceContextEntry.EntityStatusModifier and TypeMethodDescriptionCacheLoadHelper.entityStatus
(EntityKey keyToLoad, LoadEventListener.LoadType options, SharedSessionContractImplementor session, EntityEntry oldEntry, Object old) CacheLoadHelper.PersistenceContextEntry.status()
Returns the value of thestatus
record component.Returns the enum constant of this class with the specified name.CacheLoadHelper.PersistenceContextEntry.EntityStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.loader.internal with parameters of type CacheLoadHelper.PersistenceContextEntry.EntityStatusModifierConstructorDescriptionCreates an instance of aPersistenceContextEntry
record class.