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 bootstrap API for Hibernate.org.hibernate.boot.cfgxml.spi org.hibernate.boot.internal org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "domain model parts" to the database.org.hibernate.boot.spi 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 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 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)
-
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()
-