-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: No Relationship Mapping in Hibernate
PostPosted: Wed Jun 30, 2004 3:16 am 
Newbie

Joined: Wed Jun 30, 2004 3:02 am
Posts: 1
Hi All,

Is it feasible to have a web-application where only the INSERT, UPDATE and DELETE database operations will use hibernate? I am planning to use direct JDBC for my SELECT because I dont have relationship mappings in hibernate (but I do have relationships in my database - SQL Server 2000). Can this be a feasible solution? I only have a small data, 4000 records max.

Further, if this is feasible. Can anyone show me some example code on using direct JDBC with hibernate.

Thank you very much.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 30, 2004 4:19 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 7:19 pm
Posts: 2364
Location: Brisbane, Australia
I guess its OK but maybe Hibernate is not your best choice for you use case. If your only looking for CRUD operations maybe IBatis might better suite your needs. The session object allows you to get to the JDBC connection.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.