Package | Description |
---|---|
javax.persistence |
Java Persistence is the API for the management for persistence and object/relational mapping.
|
org.hibernate.jpa.internal.util | |
org.hibernate.query.internal |
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.effectiveCacheMode(CacheStoreMode storeMode,
CacheRetrieveMode retrieveMode)
Given a JPA
CacheStoreMode and CacheRetrieveMode , determine the corresponding
legacy Hibernate CacheMode . |
static CacheMode |
CacheModeHelper.interpretCacheMode(CacheStoreMode storeMode,
CacheRetrieveMode retrieveMode)
Given a JPA
CacheStoreMode and CacheRetrieveMode , determine the corresponding
legacy Hibernate CacheMode . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractProducedQuery.applyJpaCacheRetrieveMode(CacheRetrieveMode mode) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.