I have three tables:
- table ONE pk:ONE.ID
- table TWO fk:TWO.ID with ONE.ID pk:TWO.ID TWO.FIELD
- table THREE fk:TWO.ID with THREE.ID and TWO.FIELD=THREE.FIELD
Is it possible to set the join in the xml configuration, and let mybatis to generate the classes and methods with the join?
Thanks.