문제

I am working on Healthcare Project which is developed using JDO 1.0. I have googled and i have not found good stuff for JDO 1.0. My problem is that, I have to join two tables Encounter table and History table.The encounter table contains a column which is a foreign key to Historyparent table and History table also contains column which is foreign key to HistoryParent table.Now coming on to domain structure, Encounter domain is extending HistoryParent domain where as History domain contains field with one-one mapping to HistoryParent domain.Now how to filter encounters with History field data.Thanks for your valuable answers in advance.

도움이 되었습니까?

해결책

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top