-->
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.  [ 3 posts ] 
Author Message
 Post subject: One user -> One database login with Hibernate ?
PostPosted: Wed Jan 25, 2006 6:26 am 
Newbie

Joined: Wed Jan 25, 2006 6:07 am
Posts: 2
Location: France (Paris & Aix)
Hi,
I need to connect each user to the database with his login and not a generic login. As Hibernate is used in this application, is it possible to manage connection as I need to ?
Thanks for your reply


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 25, 2006 7:58 am 
CGLIB Developer
CGLIB Developer

Joined: Thu Aug 28, 2003 1:44 pm
Posts: 1217
Location: Vilnius, Lithuania
Connection connection = DriverManager.getConnection(url,user,password);
Session session = factory.openSession(connection);


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 25, 2006 8:42 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
yes that is an option, but if you can use a custom ConnectionProvider instead - its better.

_________________
Max
Don't forget to rate


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.