0
select ps.* from ucs
inner join ucs_service_definition usd
on USD.CONTROL_SYSTEM_TKEY = UCS.CONTROL_SYSTEM_TKEY
inner join programming_stream ps
on PS.PROGRAMMING_STREAM_TKEY = USD.PROGRAMMING_STREAM_TKEY
我需要幫助把上面的查詢寫入hibernate的等價形式。 請你給我建議。查詢轉換成休眠註釋查詢表格
hibernate相當於你的意思JPQL? – Koitoer