| Class | Description | 
|---|---|
| AbstractQualifiedBeanCondition | 
 Abstract implementations for conditions that match against the availability of beans of a specific type with a
 given qualifier. 
 | 
| DefaultEntityRegistrar | |
| OnMissingQualifiedBeanCondition | 
Condition implementation to check for a bean instance of a specific class *and* a specific qualifier on it,
 matching if no such bean can be found. | 
| OnQualifiedBeanCondition | 
Condition implementation to check for a bean instance of a specific class *and* a specific qualifier on it. | 
| Annotation Type | Description | 
|---|---|
| ConditionalOnMissingQualifiedBean | 
Conditional that only matches when for the specified bean class in the BeanFactory there is an
 instance which has the given qualifier set on it. | 
| ConditionalOnQualifiedBean | 
Conditional that only matches when for the specified bean class in the BeanFactory there is an
 instance which has the given qualifier set on it. | 
| RegisterDefaultEntities | 
Copyright © 2010–2018. All rights reserved.