public interface JoinExpressionProvider
JoinCriteriaMappingProcessor.
Every provider should be a Spring @Component.| Modifier and Type | Method and Description |
|---|---|
org.eclipse.persistence.expressions.Expression |
getJoinCriteriaExpression(org.eclipse.persistence.mappings.DatabaseMapping mapping)
Returns join expression that can be applied to certain types of mappings.
|
@Nullable org.eclipse.persistence.expressions.Expression getJoinCriteriaExpression(org.eclipse.persistence.mappings.DatabaseMapping mapping)
mapping - mapping to be processed.