Hello,
I am new to Hibernate and I have to convert a JSF Application, which uses JDBC Connections for each database user, to Hibernate.
My problem is, that users are stored in the database as login roles. At the moment the application creates for every user a JDBC-Connection, which is stored in the DAO object. The DAO object is saved in the currrent user session.
As a result I need some basic ideas, how i can define multiple user connections with hibernate.
Can anyone help me?
thank you,
Sebastian
Hibernate version: 3.1
Name and version of the database you are using: PostgreSQL 8.2
|