Hibernate pluralization
- by matiasf
I have
A MySQL database currently in production use for a CakePHP application
A Java SE application accessing the same database via Hibernate, currently in development.
I'm using the Netbeans "automigrate" feature to create the POJO classes and XML files (do I really need the XML files when using annotations?). As the schema is quite complex…