Results 1 to 2 of 2

Thread: How do i use SessionFactory for different user connections

  1. #1
    Join Date
    Nov 2004
    Posts
    14

    Default How do i use SessionFactory for different user connections

    Hello,

    I'm trying to use Spring framework with Hibernate. Up until now I am using the HibernateTemplate to call Hibernate methods, and this works perfectly. I need now to have different user connections (db views are based on user access). How could I use HibernateTemplate then? could i use the same sessionfactory and create sessions using different connections?
    thanks a lot

  2. #2
    Join Date
    Sep 2004
    Location
    Ghent, Belgium
    Posts
    224

    Default

    You posted to the wrong forum :oops:

    The right one is http://forum.springframework.org/viewforum.php?f=5

Similar Threads

  1. Problem with HibernateInterceptor
    By prane in forum Data
    Replies: 5
    Last Post: Oct 16th, 2007, 08:01 AM
  2. LDAPPasswordAuthenticationDao problem
    By benoit_m35 in forum Security
    Replies: 15
    Last Post: Jan 11th, 2006, 07:04 AM
  3. Replies: 5
    Last Post: Oct 13th, 2005, 06:17 AM
  4. Context initialization failed
    By kanonmicke in forum Container
    Replies: 7
    Last Post: Sep 29th, 2005, 12:35 AM
  5. Replies: 3
    Last Post: Sep 22nd, 2005, 10:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •