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.

Serg Smith

Greenhorn
+ Follow
since Jul 26, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Serg Smith

Hello.

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<?>?

Thanks.