Uses of Class
org.hibernate.boot.CacheRegionDefinition.CacheRegionType
-
Packages that use CacheRegionDefinition.CacheRegionType Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate. -
-
Uses of CacheRegionDefinition.CacheRegionType in org.hibernate.boot
Methods in org.hibernate.boot that return CacheRegionDefinition.CacheRegionType Modifier and Type Method Description CacheRegionDefinition.CacheRegionType
CacheRegionDefinition. getRegionType()
static CacheRegionDefinition.CacheRegionType
CacheRegionDefinition.CacheRegionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CacheRegionDefinition.CacheRegionType[]
CacheRegionDefinition.CacheRegionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.boot with parameters of type CacheRegionDefinition.CacheRegionType Constructor Description CacheRegionDefinition(CacheRegionDefinition.CacheRegionType cacheType, String role, String usage, String region, boolean cacheLazy)
-