I want to get through introspection the table name of an object managed by Hibernate (in lazy).
my object contains "org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer" in the property handler.
my object is of type "mypackage.myObjectDO_ _javassist_2 $ $" and does not contain the annotations that the class "mypackage.myObjectDO" contains (I seek the annotation javax.persistence.Table).
How can I do?