|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldLoadingStrategy | |
---|---|
org.hibernate.search.query.fieldcache.impl | The classes in this package define a framework for using Lucene's field cache API. |
Uses of FieldLoadingStrategy in org.hibernate.search.query.fieldcache.impl |
---|
Classes in org.hibernate.search.query.fieldcache.impl that implement FieldLoadingStrategy | |
---|---|
class |
DoubleFieldLoadingStrategy
We need a collection of similar implementations, one per each FieldCache.DEFAULT.accessmethod to be able to deal with arrays of primitive values without autoboxing all of them. |
class |
FloatFieldLoadingStrategy
We need a collection of similar implementations, one per each FieldCache.DEFAULT.accessmethod to be able to deal with arrays of primitive values without autoboxing all of them. |
class |
IntFieldLoadingStrategy
We need a collection of similar implementations, one per each FieldCache.DEFAULT.accessmethod to be able to deal with arrays of primitive values without autoboxing all of them. |
class |
LongFieldLoadingStrategy
We need a collection of similar implementations, one per each FieldCache.DEFAULT.accessmethod to be able to deal with arrays of primitive values without autoboxing all of them. |
class |
StringFieldLoadingStrategy
We need a collection of similar implementations, one per each FieldCache.DEFAULT.accessmethod to be able to deal with arrays of primitive values without autoboxing all of them. |
Methods in org.hibernate.search.query.fieldcache.impl that return FieldLoadingStrategy | |
---|---|
abstract FieldLoadingStrategy |
FieldCacheLoadingType.createLoadingStrategy(String fieldName)
|
static FieldLoadingStrategy |
FieldCacheLoadingType.getLoadingStrategy(String fieldName,
Class<?> type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |