Package | Description |
---|---|
javax.persistence | |
org.hibernate.jpa.internal.util |
Modifier and Type | Method and Description |
---|---|
static CacheRetrieveMode |
CacheRetrieveMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheRetrieveMode[] |
CacheRetrieveMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static CacheRetrieveMode |
CacheModeHelper.DEFAULT_RETRIEVE_MODE |
Modifier and Type | Method and Description |
---|---|
static CacheRetrieveMode |
CacheModeHelper.interpretCacheRetrieveMode(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.