If any ID or property getter/setter method is final, an error is logged, but the {{ ProxyFactory }} is still built.
A proxy of such a class can still be returned by Hibernate. Calling a final getter or setter does not cause the proxy to get initialized.
Any values that are set by calling a final setter on a proxy are ignored as long as the proxy is not initialized . |
|