This week's book giveaway is in the Programmer Certification forum. We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line! See this thread for details.
I have hql query: "select ord.orderNumber, ordrelaxer.relaxerId, ord.legalPerson.class from Order ord". ord.legalPerson.class return value of type Integer. How can I translate this value to Class<?>?