1. Hibernate property name capitalisation issue stackoverflow.comI have a problem with how hibernate/JavaBeans constructs property names. Here's my property.
|
2. How does Hibnerate choose property capitalization? stackoverflow.com
So when I say Restriction.eq('OS", "foo") and Restriction.eq("model", "foo") it works but not "os" or "Model" or ... |