Translating a Postgresql query to a Hibernate query

Viewed 25

How do I make a query using hibernate which can render the result below?

I'm trying to capture the same record in a Java List<Object> by querying through hibernate.

enter image description here

0 Answers
Related