Uses of Class
org.hibernate.boot.CacheRegionDefinition
-
Packages that use CacheRegionDefinition Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.cfgxml.spi org.hibernate.boot.model org.hibernate.boot.spi -
-
Uses of CacheRegionDefinition in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type CacheRegionDefinition Modifier and Type Method Description MetadataBuilderMetadataBuilder. applyCacheRegionDefinition(CacheRegionDefinition cacheRegionDefinition)Apply a CacheRegionDefinition to be applied to an entity, collection or query while building the Metadata object. -
Uses of CacheRegionDefinition in org.hibernate.boot.cfgxml.spi
Methods in org.hibernate.boot.cfgxml.spi that return types with arguments of type CacheRegionDefinition Modifier and Type Method Description List<CacheRegionDefinition>LoadedConfig. getCacheRegionDefinitions()Methods in org.hibernate.boot.cfgxml.spi with parameters of type CacheRegionDefinition Modifier and Type Method Description voidLoadedConfig. addCacheRegionDefinition(CacheRegionDefinition cacheRegionDefinition) -
Uses of CacheRegionDefinition in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type CacheRegionDefinition Modifier and Type Method Description voidCaching. overlay(CacheRegionDefinition overrides) -
Uses of CacheRegionDefinition in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type CacheRegionDefinition Modifier and Type Method Description List<CacheRegionDefinition>AbstractDelegatingMetadataBuildingOptions. getCacheRegionDefinitions()Collection<CacheRegionDefinition>BootstrapContext. getCacheRegionDefinitions()Access to all explicit cache region mappings.List<CacheRegionDefinition>MetadataBuildingOptions. getCacheRegionDefinitions()Deprecated.UseBootstrapContext.getClassmateContext()instead.Methods in org.hibernate.boot.spi with parameters of type CacheRegionDefinition Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyCacheRegionDefinition(CacheRegionDefinition cacheRegionDefinition)
-