Hi all,
Think that i have member field mSomeValue in an Object. I am generating code from hibernate config file via ant tasks and it names the setter and getter as:
getmSomeValue
setmSomeValue
i supposed this is a bug play a bit with BasicPOJOClass.java to make some changes for generatiing the code as our project requires (method parameters starts with a, for example),
anyway now hibernate complains that cant find a getter for member xxx,
Even more interestingly Idea does the same thing while auto-generating the accessors but Eclipse not.
So is this a bug or is there something more I dont know about Javabean naming conventions.
Sorry for taking your time with strange topic, I dont like the convention, but whatever.
_________________ a y
|