You would need to hardcode the definition of Object in HV's code. It's unclear to
me that it would not be detrimental. I'd keep the model generic. And favor metadata
recomputation over caching.
On 2 Aug 2017, at 12:49, Sanne Grinovero <sanne(a)hibernate.org>
wrote:
Just nitpicking, as I guess skipping a single class isn't going to
revolutionize the world, but can't you take advantage of the basic
assumption that all objects extend `java.lang.Object` ?