hibernate for dynamic table creation
Posted
by user369316
on Stack Overflow
See other posts from Stack Overflow
or by user369316
Published on 2010-06-17T13:06:34Z
Indexed on
2010/06/17
13:23 UTC
Read the original article
Hit count: 306
i AM A HIBERNATE BEGINNER ,Since i need to create dynamic tables with dynamic fields in them i chose to use hibernate . As far as my understanding , creating tables requires a class with the fields defined in the class . How do i generate the classes dynamically based on the table with the required fields ?
© Stack Overflow or respective owner