| Package | Description |
|---|---|
| org.hibernate.search.cfg.spi | |
| org.hibernate.search.engine.service.beanresolver.impl | |
| org.hibernate.search.engine.service.impl |
Internal implementation classes for service manager.
|
| org.hibernate.search.engine.service.spi |
Classes offering a service infrastructure for Search.
|
| Modifier and Type | Method and Description |
|---|---|
default BeanResolver |
SearchConfiguration.getBeanResolver() |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectionBeanResolver
A bean resolver that uses reflection to instantiate beans.
|
class |
ReflectionFallbackBeanResolver
A bean resolver implementing fallback: it attempts to resolve beans
against a given delegate, return it if the resolution succeeded (non-null result),
or attempts a resolution
using reflection if it failed
(null result). |
| Constructor and Description |
|---|
ReflectionFallbackBeanResolver(BeanResolver delegate,
ReflectionBeanResolver fallback) |
| Modifier and Type | Method and Description |
|---|---|
BeanResolver |
StandardServiceManager.getBeanResolver() |
| Modifier and Type | Method and Description |
|---|---|
BeanResolver |
ServiceManager.getBeanResolver()
Provides direct access to the
BeanResolver. |
Copyright © 2006–2017 Hibernate. All rights reserved.