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.xmlfiles.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 MetadataBuilderMetadataBuilder. applyCacheRegionDefinition(CacheRegionDefinition cacheRegionDefinition)Apply aCacheRegionDefinitionto be applied to an entity, collection, or query while building theMetadataobject. -
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.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 voidBootstrapContextImpl. addCacheRegionDefinition(CacheRegionDefinition cacheRegionDefinition)MetadataBuilderMetadataBuilderImpl. 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 voidCaching. 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 MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. 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()
-