Package | Description |
---|---|
org.hibernate.search.query.fieldcache.impl |
The classes in this package define a framework for using Lucene's field cache API.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract FieldLoadingStrategy |
FieldCacheLoadingType.createLoadingStrategy(String fieldName) |
static FieldLoadingStrategy |
FieldCacheLoadingType.getLoadingStrategy(String fieldName,
Class<?> type) |
Copyright © 2006–2016 Hibernate. All rights reserved.