I am new to Hibernate.So can any one tell me how to develop a application using Hibernate in the Jedeveloper??

Showing Answers 1 - 1 of 1 Answers

Sony V George

  • Apr 4th, 2007
 


Developing an hibernate is as simple as any thing. First of all you have to create Hibernate session factory class. Then create Pojo based on your application then create.Hbm file, do all setting over there. Put your .hbm file in hibernate configuration file. There you need to configure the database connection, there you can see


put all the files inside this tag.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions