Andrey Razumovsky wrote: > > Pluraling is not such trivial task, and my knowledge of English grammar is > not so good to implement that myself. > It *is* a very trivial task, as it's has been already solved, e.g. for Java this library: https://inflector.dev.java.net/ (it has ASF 2.0 license so it should do it, but there are of course many other libraries as well).
Regarding pluralization, I think the most require feature would be to allow at reverse engineering to use singular name for the objects: e.g. when the table is "users", to have automatically the "User" entity, *not* "Users" entity (how it is now). Thank you, Demetrios. -- View this message in context: http://www.nabble.com/Some-suggestions-tp18890074p18916627.html Sent from the Cayenne - Dev mailing list archive at Nabble.com.
