You mean build time transformation?

baliuka juozas wrote:

Probably class file transformation can help.  I can do
it if it is usefull. It is more trivial to implement
this kind of persister than proxies and it will be
more performant.

--- Emmanuel Bernard <[EMAIL PROTECTED]> wrote:
I've implemented the warning message when a class
use final getters/setters. But this will correctly work only for the PropertyAccessor method. In this cass its more an
error message.

The basic problem is that a class can have final
methods, but the object state has to be accessed through a non final one, so I cannot cover all cases. I can't cover all cases unless I check every methods of the class through reflection. Since our startup time is not good, I'm not keen on that, plus it may raise false alarms for nothing.

Comments before I commit?


        

        
                

_____________________________________________________________________________
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de
stockage pour vos mails, photos et vidéos ! Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create
apps using Yahoo!
Search APIs Find out how you can build Yahoo!
directly into your own
Applications - visit

http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hibernate-devel

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com



        

        
                
_____________________________________________________________________________ Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vidéos ! Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to