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 |
ImmutableSearchFactory.getIndexBindingForEntity(Class<?> entityType) |
EntityIndexBinder |
MutableSearchFactory.getIndexBindingForEntity(Class<?> entityType) |
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,EntityIndexBinder> |
ImmutableSearchFactory.getIndexBindingForEntity() |
Map<Class<?>,EntityIndexBinder> |
MutableSearchFactoryState.getIndexBindingForEntity() |
Map<Class<?>,EntityIndexBinder> |
MutableSearchFactory.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–2013 Hibernate. All rights reserved.