-->
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: Using Hibernate & Oracle stored procedures on production
PostPosted: Mon Jan 09, 2006 7:14 am 
Newbie

Joined: Mon Jan 09, 2006 6:24 am
Posts: 2
Hi all,

I'm working a project using Hibernate 3.0 and Oracle 9i as data store.
Due to constraints, we can only manipulate Oracle data through stored procedures/functions.

As some of you already know, this is not easy, and we had to face some
well known problems such as attributes rotations during objects creation/update, problem with the loader when the object Id is composed of many attributes (themselves issued from many to one relations), etc ...

Facing thoses problems makes me anxious about the reliability of this architecture. Thus my questions are quiet simple.
Is it reasonable to think about production deployment using this architecture ? Is there any people, out there, that used the same architecture on an already deployed production application ?

Answers, return of experiences and/or reflexions are welcome.

Thx in advance

Vince


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 09, 2006 8:36 am 
CGLIB Developer
CGLIB Developer

Joined: Thu Aug 28, 2003 1:44 pm
Posts: 1217
Location: Vilnius, Lithuania
If you have procedures/functions then it makes sence to generate DAO/adapter code using this metadata (there is no custom data access to develop on JAVA side if you use procedures for everything).


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.