public class ShowlJoinMapping extends ShowlMapping
SELECT ... FROM DemographicInfo AS a JOIN TestResult AS b ON a.person_id = b.candidate_idThen, this mapping expresses that a.person_id and b.candidate_id map to each other.
| Constructor and Description |
|---|
ShowlJoinMapping(ShowlJoinCondition joinCondition) |
findOther, getJoinCondition, getLeftProperty, getRightProperty, toStringpublic ShowlJoinMapping(ShowlJoinCondition joinCondition)
Copyright © 2019. All rights reserved.