@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)
MappingProcessor
process
in interface MappingProcessor
context
- Context data contains objects that cannot be injected.