Autogenerated « JPA « Spring Q&A





1. Hibernate autogenerated pojos and Spring forms    stackoverflow.com

I have this kind of table structure: my form table contains int value of chosen_option. This this int refers to options table primary key. Options table contains id's and descriptions of ...

2. Autogenerated Population-Methods    forum.springsource.org

Autogenerated Population-Methods Hello everyone, i keep getting into trouble starting the new roo versions on my project, because they like to automatically add populationmethods for my controllers as modelattributes like: @ModelAttribute("points") ...

3. controlling names of autogenerated proxies    forum.springsource.org

I am just using the default cglib stuff, and I've noticed that all of my interesting classes (dao's and services) get turned into things like '$Proxy154'. I would really like to ...