4

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.

FrustratedWithFormsDesigner
  • 46,105
  • 7
  • 126
  • 176
ysldl
  • 401
  • 2
  • 4
  • 8

1 Answers1

3

I've used the answer to this SO question in the past, and it worked fairly well for me. https://stackoverflow.com/questions/2384433/hibernate-tool-to-create-basic-mappings-based-on-a-mysql-db

fairct
  • 54
  • 2