Uses of Class
org.hibernate.boot.CacheRegionDefinition
-
Packages that use CacheRegionDefinition Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.cfgxml.spi An SPI service for processing and handlingcfg.xml
files.org.hibernate.boot.internal org.hibernate.boot.model This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.testing.boot -
-
Uses of CacheRegionDefinition in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type CacheRegionDefinition Modifier and Type Method Description MetadataBuilder
MetadataBuilder. 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 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 void
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 CacheRegionDefinition Modifier and Type Method Description Collection<CacheRegionDefinition>
BootstrapContextImpl. getCacheRegionDefinitions()
Methods in org.hibernate.boot.internal with parameters of type CacheRegionDefinition Modifier and Type Method Description void
BootstrapContextImpl. addCacheRegionDefinition(CacheRegionDefinition cacheRegionDefinition)
MetadataBuilder
MetadataBuilderImpl. applyCacheRegionDefinition(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 void
Caching. overlay(CacheRegionDefinition overrides)
Deprecated. -
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 Collection<CacheRegionDefinition>
BootstrapContext. getCacheRegionDefinitions()
Access to all explicit cache region mappings.Methods in org.hibernate.boot.spi with parameters of type CacheRegionDefinition Modifier and Type Method Description MetadataBuilder
AbstractDelegatingMetadataBuilderImplementor. 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 Modifier and Type Method Description Collection<CacheRegionDefinition>
BootstrapContextImpl. getCacheRegionDefinitions()
-