Hello,

My application code uses reflection on constructors to construct
objects in some "dynamic" mananer.
I noticed that when calling Class.getDeclaredConstructors() on my JDO-
enhanced classes, I have more constructors than the ones I explicitely
coded by myself.
[
Questions: [I could not figure the points below out by myself]
a) does the jdo class enhancer add some constructor(s) ?
b) under which algorithm ? I.e how many and with which parameters ?

I need to know this to take care of them properly in my reflection
code.
regards
didier

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to