• 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

hibernate plugins

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am using Rational software architect v6.0, can any one suggest me a eclipse plugin to generate mapping file from data base, POJO files from mapping files ?.
Regards
Uma
 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by uma prasath:
Hi
I am using Rational software architect v6.0, can any one suggest me a eclipse plugin to generate mapping file from data base, POJO files from mapping files ?.
Regards
Uma



You should use the tools that ship with Hibernate to do those things. There are Ant tasks available. Middlegen is the tool of choice here.
 
uma prasath
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi michael,
Can i integrate Middlegen with eclipse and get the work done or i have to run middlegen only in command prompt.

Regards
Uma
 
uma prasath
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
when i create a new wizard for hibernate configuration wizard,i am getting unable to load class org.eclipse.hibernate.console.wizard.ConsoleConfigurationCreationWizard

Can any body help me ??
Regards
Uma
[ February 06, 2006: Message edited by: uma prasath ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic