• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Create POJO class from DataBase table

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All
please help me to create pojo class from dabase table
i am using eclipse galilio 3.x
from where i can download plugin
THANK YOU
 
Ranch Hand
Posts: 249
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey..,

Did you try googling for the eclipse hibernate plugin (hibernate synchronizer) ?
Check it out...
 
Arvind Purohit
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Dawn Charangat wrote:Hey..,

Did you try googling for the eclipse hibernate plugin (hibernate synchronizer) ?
Check it out...


I have installed hibernate synchronizer and able to generate hibernate hbm.xml file but still unable to generate pojo.
when i am clicking new-> project-> other ->and hibernate it only showing two option 1. hibernate configuration 2 hibernate mapping
 
Ranch Hand
Posts: 129
Firefox Browser Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why don't you create it your own by just declaring a public Class and make private attributes and if you are using eclipse you can generate setters and getters easily......
 
Arvind Purohit
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

vijin das wrote:Why don't you create it your own by just declaring a public Class and make private attributes and if you are using eclipse you can generate setters and getters easily......



Thanks All

@vijin das - my mentor wants that way

i done it by doing folling steps

1. i downloaded eclipse Helios
2. installed software from http://download.jboss.org/jbosstools/updates/stable/ ( in eclipse install )
3. searched for a video in youtube reverse engg hibernate

and some how i done it
but still i have to learn a lot to support others

THANKS ALL FOR YOUR KIND HELP
 
vijin das
Ranch Hand
Posts: 129
Firefox Browser Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

i will also try it....
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
eclipse and the hibernate tool plugin with it works well.
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Arvind Purohit wrote:

vijin das wrote:Why don't you create it your own by just declaring a public Class and make private attributes and if you are using eclipse you can generate setters and getters easily......



Thanks All

@vijin das - my mentor wants that way

i done it by doing folling steps

1. i downloaded eclipse Helios
2. installed software from http://download.jboss.org/jbosstools/updates/stable/ ( in eclipse install )
3. searched for a video in youtube reverse engg hibernate

and some how i done it
but still i have to learn a lot to support others

THANKS ALL FOR YOUR KIND HELP



Which software to install from point 2. mentioned above?
 
reply
    Bookmark Topic Watch Topic
  • New Topic