public class JpaHints extends InitializeObject implements MapAccessor<String,Object>
| Modifier and Type | Field and Description |
|---|---|
static JpaHints |
CACHE_RETRIEVE_BYPASS |
static String |
CACHE_RETRIEVE_MODE |
static JpaHints |
CACHE_RETRIEVE_USE |
static JpaHints |
CACHE_STORE_BYPASS |
static String |
CACHE_STORE_MODE |
static JpaHints |
CACHE_STORE_REFRESH |
static JpaHints |
CACHE_STORE_USE |
static String |
JPA_FETCH_GRAPH |
static String |
JPA_LOAD_GRAPH |
static JpaHints |
PESSIMISTIC_LOCK_EXTENDED |
static String |
PESSIMISTIC_LOCK_SCOPE |
static String |
PESSIMISTIC_LOCK_TIMEOUT |
mutex| Constructor and Description |
|---|
JpaHints() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
Set<Map.Entry<String,Object>> |
entrySet() |
JpaHints |
fetchgraph(javax.persistence.EntityGraph<?> graph) |
Object |
get(Object key) |
JpaHints |
hint(String key,
Object value) |
protected void |
init() |
boolean |
isEmpty() |
Set<String> |
keySet() |
JpaHints |
loadgraph(javax.persistence.EntityGraph<?> graph) |
int |
size() |
assertNotInitialized, destroy, initializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsValue, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, valuesequals, forEach, getOrDefault, hashCodepublic static final String CACHE_STORE_MODE
public static final String CACHE_RETRIEVE_MODE
public static final String JPA_FETCH_GRAPH
public static final String JPA_LOAD_GRAPH
public static final String PESSIMISTIC_LOCK_SCOPE
public static final String PESSIMISTIC_LOCK_TIMEOUT
public static final JpaHints CACHE_STORE_USE
public static final JpaHints CACHE_STORE_REFRESH
public static final JpaHints CACHE_STORE_BYPASS
public static final JpaHints CACHE_RETRIEVE_USE
public static final JpaHints CACHE_RETRIEVE_BYPASS
public static final JpaHints PESSIMISTIC_LOCK_EXTENDED
protected void init()
throws Exception
init in class InitializeObjectExceptionpublic JpaHints fetchgraph(javax.persistence.EntityGraph<?> graph)
public JpaHints loadgraph(javax.persistence.EntityGraph<?> graph)
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>Copyright © 2017. All rights reserved.