Constructor and Description |
---|
BatchedQueueingProcessor(Map<Class<?>,EntityIndexBinding> entityIndexBindings,
Properties properties) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableEntityIndexBinding<T> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMutableEntityIndexBinding<T> |
class |
DynamicShardingEntityIndexBinding<T> |
Modifier and Type | Method and Description |
---|---|
static <T> MutableEntityIndexBinding<T> |
EntityIndexBindingFactory.copyEntityIndexBindingReplacingSimilarity(EntityIndexBinding entityMapping,
org.apache.lucene.search.Similarity entitySimilarity) |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityIndexBinder
Deprecated.
Since 4.4. Use
EntityIndexBinding instead |
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,EntityIndexBinding> |
SearchFactoryImplementor.getIndexBindings()
Returns a map of all known entity index binding (indexed entities) keyed against the indexed type
|
Modifier and Type | Class and Description |
---|---|
class |
EntityIndexBindingWrapper
Deprecated.
Will be removed when
EntityIndexBinder gets removed |
Modifier and Type | Method and Description |
---|---|
EntityIndexBinding |
ImmutableSearchFactory.getIndexBinding(Class<?> entityType) |
EntityIndexBinding |
MutableSearchFactory.getIndexBinding(Class<?> entityType) |
EntityIndexBinding |
ImmutableSearchFactory.getSafeIndexBindingForEntity(Class<?> entityType) |
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,EntityIndexBinding> |
MutableSearchFactoryState.getIndexBindings() |
Map<Class<?>,EntityIndexBinding> |
ImmutableSearchFactory.getIndexBindings() |
Map<Class<?>,EntityIndexBinding> |
MutableSearchFactory.getIndexBindings() |
Modifier and Type | Method and Description |
---|---|
void |
MutableSearchFactoryState.setDocumentBuildersIndexedEntities(Map<Class<?>,EntityIndexBinding> documentBuildersIndexedEntities) |
Constructor and Description |
---|
EntityIndexBindingWrapper(EntityIndexBinding entityIndexBinding)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EntityIndexBinding |
DirectoryBasedIndexManager.getIndexBinding(Class<?> entityType) |
Modifier and Type | Method and Description |
---|---|
EntityIndexBinding |
SearchFactoryIntegrator.getIndexBinding(Class<?> entityType)
Returns the entity to index binding for the given type.
|
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,EntityIndexBinding> |
SearchFactoryState.getIndexBindings() |
Copyright © 2006–2015 Hibernate. All rights reserved.