[Hibernate] useless parameter in SecondPass interface

2006-08-02 Thread Max Rydahl Andersen
Hi Emmanuel/Steve, The fix I just did for http://opensource.atlassian.com/projects/hibernate/browse/HHH-1963 renders the inheritedMetas in the SecondPass interface useless. (It is only relevant for HbmBinder's Collection secondpass construction anyway. I tried to remove it but then

[Hibernate] instrument tasks

2006-08-02 Thread Steve Ebersole
So Scott has finished up HHH-1931 in regards to the cglib instrumentation task. The underlying issue was that the javassist and cglib versions did slightly different things in regards to instrumenting field access. Javassist only instrumented access to fields which are declared on the class

Re: [Hibernate] instrument tasks

2006-08-02 Thread Max Rydahl Andersen
Another capability that I would like to see would be to limit instrumentation to only fields which are defined in a Hibernate mapping. Currently the instrument tasks do not know anything about the mappings, so the first change to allow this would be facilitate the passing or definition of a

Re: [Hibernate] useless parameter in SecondPass interface

2006-08-02 Thread Emmanuel Bernard
I don't use them. Will I ever need to integrate them? core CR3 is incompatible with annotations CR1 already so I guess you can do the change. Max Rydahl Andersen wrote: Hi Emmanuel/Steve, The fix I just did for http://opensource.atlassian.com/projects/hibernate/browse/HHH-1963 renders the

Re: [Hibernate] useless parameter in SecondPass interface

2006-08-02 Thread Max Rydahl Andersen
On Wed, 02 Aug 2006 18:47:13 +0200, Emmanuel Bernard [EMAIL PROTECTED] wrote: I don't use them. Will I ever need to integrate them? Maybe, but not via this parameter since it's behavior is tied into how hbmBinder process the meta attributes. core CR3 is incompatible with annotations CR1

Re: [Hibernate] useless parameter in SecondPass interface

2006-08-02 Thread Max Rydahl Andersen
ok for me to fix the code in the metadata package too or does it need to stay compatible to the old version ? /max I don't use them. Will I ever need to integrate them? core CR3 is incompatible with annotations CR1 already so I guess you can do the change. Max Rydahl Andersen wrote:

[Hibernate] Hiber dynamic module

2006-08-02 Thread Peter M.Chen
a realbusiness projectoften contains 100 or more persistent class, now hibernate startup is very slow, normally spent 30 or more seconds. So I write a module to speed up it, only cache the config file path(.hbm.xml) of the persistent class, read and parse the file content until program using the