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 | |
org.hibernate.jpa.boot.internal |
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() |
Modifier and Type | Method and Description |
---|---|
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()
Access to all explicit cache region mappings.
|
List<CacheRegionDefinition> |
AbstractDelegatingMetadataBuildingOptions.getCacheRegionDefinitions() |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
AbstractDelegatingMetadataBuilderImplementor.applyCacheRegionDefinition(CacheRegionDefinition cacheRegionDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
EntityManagerFactoryBuilderImpl.MergedSettings.addCacheRegionDefinition(CacheRegionDefinition cacheRegionDefinition) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.