| Class | Description |
|---|---|
| ReflectionBeanResolver |
A bean resolver that uses reflection to instantiate beans.
|
| 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). |
Copyright © 2006–2017 Hibernate. All rights reserved.