I have following as table structure
**BPV table**
id, vid, bid
**vt table**
vid, name, gender
**uv table**
uvid, vid, cast,...
i want to write left join between BPV ,uv based on vid in hibernate (mysql)
bpv entity have vt as one to one as well as uv have vt with one to one but there is no bpv &uv in realation