Package | Description |
---|---|
javax.persistence | |
org.hibernate.jpa.internal.util |
Modifier and Type | Method and Description |
---|---|
static CacheStoreMode |
CacheStoreMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheStoreMode[] |
CacheStoreMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static CacheStoreMode |
CacheModeHelper.DEFAULT_STORE_MODE |
Modifier and Type | Method and Description |
---|---|
static CacheStoreMode |
CacheModeHelper.interpretCacheStoreMode(CacheMode cacheMode) |
Modifier and Type | Method and Description |
---|---|
static CacheMode |
CacheModeHelper.interpretCacheMode(CacheStoreMode storeMode,
CacheRetrieveMode retrieveMode)
Given a JPA
CacheStoreMode and CacheRetrieveMode , determine the corresponding
legacy Hibernate CacheMode . |
Copyright © 2017 JBoss by Red Hat. All rights reserved.