Uses of Class
org.hibernate.loader.ast.internal.CacheEntityLoaderHelper.EntityStatus
-
Packages that use CacheEntityLoaderHelper.EntityStatus Package Description org.hibernate.loader.ast.internal -
-
Uses of CacheEntityLoaderHelper.EntityStatus in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return CacheEntityLoaderHelper.EntityStatus Modifier and Type Method Description CacheEntityLoaderHelper.EntityStatusCacheEntityLoaderHelper.PersistenceContextEntry. getStatus()static CacheEntityLoaderHelper.EntityStatusCacheEntityLoaderHelper.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.ast.internal with parameters of type CacheEntityLoaderHelper.EntityStatus Constructor Description PersistenceContextEntry(Object entity, CacheEntityLoaderHelper.EntityStatus status)
-