When using dynamic proxies, how do I access the Annotations base object?
In particular, I annotate the settings of the ORM object using @Column ("client_id"), and then the dynamic proxy keeps track of when annotated setters are called, but ...
It does not seem that the annotated proxy server saves any of the main annotations so as not to perform reflection on every call, how to make the proxy server annotations of the Proxying class?
Thanks Allain
source share