public abstract class SelectorConfig extends Object
Constructor and Description |
---|
SelectorConfig() |
Modifier and Type | Method and Description |
---|---|
protected EntityDescriptor |
deduceEntityDescriptor(SolutionDescriptor solutionDescriptor,
Class<?> entityClass) |
protected GenuineVariableDescriptor |
deduceVariableDescriptor(EntityDescriptor entityDescriptor,
String variableName) |
protected List<GenuineVariableDescriptor> |
deduceVariableDescriptorList(EntityDescriptor entityDescriptor,
List<String> variableNameIncludeList) |
protected void |
inherit(SelectorConfig inheritedConfig) |
String |
toString() |
protected void |
validateCacheTypeVersusSelectionOrder(SelectionCacheType resolvedCacheType,
SelectionOrder resolvedSelectionOrder) |
protected void validateCacheTypeVersusSelectionOrder(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder)
protected EntityDescriptor deduceEntityDescriptor(SolutionDescriptor solutionDescriptor, Class<?> entityClass)
protected GenuineVariableDescriptor deduceVariableDescriptor(EntityDescriptor entityDescriptor, String variableName)
protected List<GenuineVariableDescriptor> deduceVariableDescriptorList(EntityDescriptor entityDescriptor, List<String> variableNameIncludeList)
protected void inherit(SelectorConfig inheritedConfig)
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.