If there's already a question that addresses this, then could I please get a link as I cannot find one.
I'm looking to obtain the stored class name of an object stored in my Hibernate database. When I look at the database externally I see the strings stored that have the classname. How can I retrieve the class name without constructing the object?
Thank you in advance.
Edit: No I am not specifically specifying the discriminator; these are in fact subclasses being stored. I'm simply trying to get the actual subclass of the object.