| Package | Description |
|---|---|
| com.appslandia.common.jpa |
| Modifier and Type | Field and Description |
|---|---|
static JpaHints |
JpaHints.CACHE_RETRIEVE_BYPASS |
static JpaHints |
JpaHints.CACHE_RETRIEVE_USE |
static JpaHints |
JpaHints.CACHE_STORE_BYPASS |
static JpaHints |
JpaHints.CACHE_STORE_REFRESH |
static JpaHints |
JpaHints.CACHE_STORE_USE |
static JpaHints |
JpaHints.PESSIMISTIC_LOCK_EXTENDED |
| Modifier and Type | Method and Description |
|---|---|
JpaHints |
JpaHints.fetchgraph(javax.persistence.EntityGraph<?> graph) |
JpaHints |
JpaHints.hint(String key,
Object value) |
JpaHints |
JpaHints.loadgraph(javax.persistence.EntityGraph<?> graph) |
Copyright © 2017. All rights reserved.