| Modifier and Type | Field and Description |
|---|---|
static EntityLoadingCacheLookupStrategy |
HibernateOrmMapperSettings.Defaults.QUERY_LOADING_CACHE_LOOKUP_STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
static EntityLoadingCacheLookupStrategy |
EntityLoadingCacheLookupStrategy.of(String value) |
static EntityLoadingCacheLookupStrategy |
EntityLoadingCacheLookupStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityLoadingCacheLookupStrategy[] |
EntityLoadingCacheLookupStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchLoadingOptionsStep |
SearchLoadingOptionsStep.cacheLookupStrategy(EntityLoadingCacheLookupStrategy strategy)
Set the strategy for cache lookup before query results are loaded.
|
| Modifier and Type | Method and Description |
|---|---|
HibernateOrmSearchQueryHitTypeStep<E> |
HibernateOrmSearchQueryHitTypeStep.cacheLookupStrategy(EntityLoadingCacheLookupStrategy strategy)
Deprecated.
Call
.loading( o -> o.cacheLookupStrategy( ... ) near the end of the query definition instead. |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.