Uses of Class
org.hibernate.loader.entity.CacheEntityLoaderHelper.EntityStatus
-
Packages that use CacheEntityLoaderHelper.EntityStatus Package Description org.hibernate.loader.entity -
-
Uses of CacheEntityLoaderHelper.EntityStatus in org.hibernate.loader.entity
Methods in org.hibernate.loader.entity that return CacheEntityLoaderHelper.EntityStatus Modifier and Type Method Description CacheEntityLoaderHelper.EntityStatus
CacheEntityLoaderHelper.PersistenceContextEntry. getStatus()
static CacheEntityLoaderHelper.EntityStatus
CacheEntityLoaderHelper.EntityStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static CacheEntityLoaderHelper.EntityStatus[]
CacheEntityLoaderHelper.EntityStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.loader.entity with parameters of type CacheEntityLoaderHelper.EntityStatus Constructor Description PersistenceContextEntry(Object entity, CacheEntityLoaderHelper.EntityStatus status)
-