Case sensitivity in package name

Hi-
If I create a package for ORM with Capital letter in it, while generating ORM it seems the tool ignores and keep all letters in small case? For example, I’ve created package named “com.myPackage”, but ORM object after generation is showing “com.mypackage”. Am I missing anything here?
Let me know,

Thanks,
Samir

Hi Samir,

Yes, this is to follow the Java naming convention.

Best regards,
Jick