Does play framework have anything like quickly generator of models by schema? I like symfony + doctrine infrastructure, but I can't use it in this case =\
PS. Thanks for answers =)
|
Does play framework have anything like quickly generator of models by schema? I like symfony + doctrine infrastructure, but I can't use it in this case =\ PS. Thanks for answers =) |
|||
|
|
|
I think Minute-Project should do what you want. How ever you still need a lot of time to make the generated code suitable. A second possibility is the jpa-gen-module. |
|||||||
|
|
The db module can do that http://www.playframework.org/modules/db-1.1.1/home#aCreatingyourdomainmodelfromthedatabasea |
|||
|
|
|
I don't know of one in Play, but you can probably use the Hibernate tools to generate |
|||||
|