Skip to:
If any ID or property getter/setter method is final, an error is logged, but the ProxyFactory is still built.
ProxyFactory
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.
Fixed in master and 5.3 branches.
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.