-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: enhaunced classes with Hibernate
PostPosted: Mon Oct 25, 2004 9:45 am 
Newbie

Joined: Mon Oct 25, 2004 9:26 am
Posts: 2

I have tried to get the code Hibernate inplicitly generates.
I used CGLIB option "-Dcglib.debugLocation=...", but I can't get expected code.
Is there any way to get the code Hibernate generated?
[/code]


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 25, 2004 7:26 pm 
Pro
Pro

Joined: Tue Aug 26, 2003 8:07 pm
Posts: 229
Location: Brisbane, Australia
I thought it generated bytecode, not sourcecode? Or is that what you're after, the bytecode?

_________________
Cheers,
Shorn.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 26, 2004 5:40 am 
Newbie

Joined: Mon Oct 25, 2004 9:26 am
Posts: 2
stolley wrote:
I thought it generated bytecode, not sourcecode? Or is that what you're after, the bytecode?


Yes. I got the bytecode, such as
Code:
+ $debugLocation
    - ***$$BulkBeanByCGLIB$$***.class
    - ***$$FastClassByCGLIB$$***.class
    +net
        +sf
            +cglib
                +beans
                    - BulkBean$BulkBeanKey$$***.class
                +core
                    - MethodWrapper$MethodWrapperKey$$***.class
            +hibernate
                +impl
                    - SessionFactoryImpl$***.class
                    - SessionFactroyImpl$***.class

It seems that proxy class files or enhanced POJO class files are not generated.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 26, 2004 2:23 pm 
CGLIB Developer
CGLIB Developer

Joined: Thu Aug 28, 2003 1:44 pm
Posts: 1217
Location: Vilnius, Lithuania
Proxies are generated for "lazy" entities only.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.