Uses of Enum Class
org.hibernate.boot.CacheRegionDefinition.CacheRegionType
Packages that use CacheRegionDefinition.CacheRegionType
Package
Description
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.CacheRegionTypeModifier and TypeMethodDescriptionCacheRegionDefinition.getRegionType()
Returns the enum constant of this class with the specified name.CacheRegionDefinition.CacheRegionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.boot with parameters of type CacheRegionDefinition.CacheRegionTypeModifierConstructorDescriptionCacheRegionDefinition
(CacheRegionDefinition.CacheRegionType cacheType, String role, String usage, String region, boolean cacheLazy)