Uses of Class
org.hibernate.boot.CacheRegionDefinition.CacheRegionType
-
Packages that use CacheRegionDefinition.CacheRegionType Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory). -
-
Uses of CacheRegionDefinition.CacheRegionType in org.hibernate.boot
Methods in org.hibernate.boot that return CacheRegionDefinition.CacheRegionType Modifier and Type Method Description CacheRegionDefinition.CacheRegionTypeCacheRegionDefinition. getRegionType()static CacheRegionDefinition.CacheRegionTypeCacheRegionDefinition.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)
-