-->
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.  [ 2 posts ] 
Author Message
 Post subject: how does hibernate use runtime reflection ???
PostPosted: Wed May 17, 2006 11:07 am 
Newbie

Joined: Thu Apr 20, 2006 3:36 am
Posts: 13
hi all,

what do we meant by runtime reflection ??? n how does hibernate impelment runtime reflection ???


Regards,
Saumya


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 17, 2006 11:21 am 
Expert
Expert

Joined: Tue Apr 25, 2006 12:04 pm
Posts: 260
Hibernate use CGLIB for runtime reflection. You can find more information about CGLIB from http://cglib.sourceforge.net/

With reflection you can find most of the information. One example is finding sql/hibernate types for properties when type attribute is not mentioned in <property> elements; If you specify access="field", reflection enables to access the declared field without using getters/setters; etc.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.