Package | Description |
---|---|
org.hibernate.jpa.boot.internal |
Modifier and Type | Field and Description |
---|---|
EntityManagerFactoryBuilderImpl.CacheRegionDefinition.CacheType |
EntityManagerFactoryBuilderImpl.CacheRegionDefinition.cacheType |
Modifier and Type | Method and Description |
---|---|
static EntityManagerFactoryBuilderImpl.CacheRegionDefinition.CacheType |
EntityManagerFactoryBuilderImpl.CacheRegionDefinition.CacheType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityManagerFactoryBuilderImpl.CacheRegionDefinition.CacheType[] |
EntityManagerFactoryBuilderImpl.CacheRegionDefinition.CacheType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CacheRegionDefinition(EntityManagerFactoryBuilderImpl.CacheRegionDefinition.CacheType cacheType,
String role,
String usage,
String region,
boolean cacheLazy) |
Copyright © 2019. All rights reserved.