i am new to hibernate. i need to understand the following questions :
(1) What is subselect in hibernate mapping?
(2) How to map subselect in hbm file?
(3) If i retrieve values using subselect then how to get the retrieved values in java Action class.