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.internal | |
org.hibernate.boot.model | |
org.hibernate.boot.spi |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
MetadataBuilder.applyCacheRegionDefinition(CacheRegionDefinition cacheRegionDefinition)
Apply a CacheRegionDefinition to be applied to an entity, collection or query while building the
Metadata object.
|
Modifier and Type | Method and Description |
---|---|
List<CacheRegionDefinition> |
LoadedConfig.getCacheRegionDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
LoadedConfig.addCacheRegionDefinition(CacheRegionDefinition cacheRegionDefinition) |
Modifier and Type | Method and Description |
---|---|
List<CacheRegionDefinition> |
MetadataBuilderImpl.MetadataBuildingOptionsImpl.getCacheRegionDefinitions() |
Collection<CacheRegionDefinition> |
BootstrapContextImpl.getCacheRegionDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
BootstrapContextImpl.addCacheRegionDefinition(CacheRegionDefinition cacheRegionDefinition) |
MetadataBuilder |
MetadataBuilderImpl.applyCacheRegionDefinition(CacheRegionDefinition cacheRegionDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
Caching.overlay(CacheRegionDefinition overrides) |
Modifier and Type | Method and Description |
---|---|
List<CacheRegionDefinition> |
MetadataBuildingOptions.getCacheRegionDefinitions()
Deprecated.
Use
BootstrapContext.getClassmateContext() instead. |
Collection<CacheRegionDefinition> |
BootstrapContext.getCacheRegionDefinitions()
Access to all explicit cache region mappings.
|
List<CacheRegionDefinition> |
AbstractDelegatingMetadataBuildingOptions.getCacheRegionDefinitions() |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
AbstractDelegatingMetadataBuilderImplementor.applyCacheRegionDefinition(CacheRegionDefinition cacheRegionDefinition) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.