@Component(value="eclipselink_JoinCriteriaMappingProcessor") public class JoinCriteriaMappingProcessor extends java.lang.Object implements MappingProcessor
JoinExpressionProvider beans to create and apply additional join criteria to the mapping.| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.beans.factory.ListableBeanFactory |
beanFactory |
| Constructor and Description |
|---|
JoinCriteriaMappingProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(MappingProcessorContext context)
Updates mapping according to the processor's aim.
|
@Autowired protected org.springframework.beans.factory.ListableBeanFactory beanFactory
public void process(MappingProcessorContext context)
MappingProcessorprocess in interface MappingProcessorcontext - Context data contains objects that cannot be injected.