Package | Description |
---|---|
org.hibernate.search.annotations | |
org.hibernate.search.cfg | |
org.hibernate.search.engine.impl | |
org.hibernate.search.util.impl |
Modifier and Type | Method and Description |
---|---|
static FilterCacheModeType |
FilterCacheModeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterCacheModeType[] |
FilterCacheModeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FullTextFilterDefMapping |
FullTextFilterDefMapping.cache(FilterCacheModeType cache)
Add cache implementation for fulltextfilterdef mapping
|
Modifier and Type | Method and Description |
---|---|
FilterCacheModeType |
FilterDef.getCacheMode() |
Modifier and Type | Method and Description |
---|---|
static boolean |
FilterCacheModeTypeHelper.cacheInstance(FilterCacheModeType type) |
static boolean |
FilterCacheModeTypeHelper.cacheResults(FilterCacheModeType type) |
Copyright © 2006–2016 Hibernate. All rights reserved.