I wonder is it possible or is there a tool to generate annotated POJOs from a table.To make it clear,for example,Person table has fields like ,id,name,surname etc and i wanna to generate a POJO named Person with mappings made with annotations.
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
I've used the answer to this SO question in the past, and it worked fairly well for me. http://stackoverflow.com/questions/2384433/hibernate-tool-to-create-basic-mappings-based-on-a-mysql-db |
|||
|
|