Uses of Class
org.hibernate.boot.CacheRegionDefinition
Packages that use CacheRegionDefinition
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
An SPI service for processing and handling
cfg.xml
files.A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of CacheRegionDefinition in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type CacheRegionDefinitionModifier and TypeMethodDescriptionMetadataBuilder.applyCacheRegionDefinition
(CacheRegionDefinition cacheRegionDefinition) Apply aCacheRegionDefinition
to be applied to an entity, collection, or query while building theMetadata
object. -
Uses of CacheRegionDefinition in org.hibernate.boot.cfgxml.spi
Methods in org.hibernate.boot.cfgxml.spi that return types with arguments of type CacheRegionDefinitionMethods in org.hibernate.boot.cfgxml.spi with parameters of type CacheRegionDefinitionModifier and TypeMethodDescriptionvoid
LoadedConfig.addCacheRegionDefinition
(CacheRegionDefinition cacheRegionDefinition) -
Uses of CacheRegionDefinition in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return types with arguments of type CacheRegionDefinitionMethods in org.hibernate.boot.internal with parameters of type CacheRegionDefinitionModifier and TypeMethodDescriptionvoid
BootstrapContextImpl.addCacheRegionDefinition
(CacheRegionDefinition cacheRegionDefinition) MetadataBuilderImpl.applyCacheRegionDefinition
(CacheRegionDefinition cacheRegionDefinition) -
Uses of CacheRegionDefinition in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi with parameters of type CacheRegionDefinition -
Uses of CacheRegionDefinition in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type CacheRegionDefinitionModifier and TypeMethodDescriptionBootstrapContext.getCacheRegionDefinitions()
Access to all explicit cache region mappings.Methods in org.hibernate.boot.spi with parameters of type CacheRegionDefinitionModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuilderImplementor.applyCacheRegionDefinition
(CacheRegionDefinition cacheRegionDefinition) -
Uses of CacheRegionDefinition in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return types with arguments of type CacheRegionDefinition