I have a field in the database called Z_CLLI (telecom term, don't ask). The hibernate-middlegen plugin properly generates a mapping field called zClli. Then, the hbm2java tool generates a Java class with a getter called getZClli(). Now, this seems like a proper name for the getter, or is it? Should it be generating getZclii()? The Hibernate deployer claim it can't find the getter for zClli.
Anybody have thoughts on which is causing the error? Is the hbm2java tool generating the wrong getter name, or should the deployer be able to handle this getter name for the field?
Thanks!
Jason
|