Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
Modifier and Type | Method and Description |
---|---|
CacheRegionDefinition.CacheRegionType |
CacheRegionDefinition.getRegionType() |
static CacheRegionDefinition.CacheRegionType |
CacheRegionDefinition.CacheRegionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheRegionDefinition.CacheRegionType[] |
CacheRegionDefinition.CacheRegionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CacheRegionDefinition(CacheRegionDefinition.CacheRegionType cacheType,
String role,
String usage,
String region,
boolean cacheLazy) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.