| Package | Description |
|---|---|
| org.hibernate.search.engine.spi | |
| org.hibernate.search.impl | |
| org.hibernate.search.spi | |
| org.hibernate.search.spi.internals |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,EntityIndexBinder> |
SearchFactoryImplementor.getIndexBindingForEntity()
Deprecated.
since 4.4. Use
SearchFactoryImplementor.getIndexBindings() |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityIndexBindingWrapper
Deprecated.
Will be removed when
EntityIndexBinder gets removed |
| Modifier and Type | Method and Description |
|---|---|
EntityIndexBinder |
MutableSearchFactory.getIndexBindingForEntity(Class<?> entityType) |
EntityIndexBinder |
ImmutableSearchFactory.getIndexBindingForEntity(Class<?> entityType) |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,EntityIndexBinder> |
MutableSearchFactoryState.getIndexBindingForEntity() |
Map<Class<?>,EntityIndexBinder> |
MutableSearchFactory.getIndexBindingForEntity() |
Map<Class<?>,EntityIndexBinder> |
ImmutableSearchFactory.getIndexBindingForEntity() |
| Modifier and Type | Method and Description |
|---|---|
EntityIndexBinder |
SearchFactoryIntegrator.getIndexBindingForEntity(Class<?> entityType)
Deprecated.
since 4.4. Use
SearchFactoryIntegrator.getIndexBinding(Class) |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,EntityIndexBinder> |
SearchFactoryState.getIndexBindingForEntity()
Deprecated.
since 4.4. Use
SearchFactoryState.getIndexBindings() |
Copyright © 2006–2014 Hibernate. All rights reserved.