You are currently viewing the Hibernate section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
Hi,
This is Nageswar, I am new to Hibernate platform with java. I am a employee, I need the help in regarding inserting data in data base using hibernate, without creating a pojo class it is a link table / join table.
If you wish only to create entries in the database there is no need to use Hibernate if you do not want to wish to use a POJO.
Just use plain old JDBC.