security « Database « JPA Q&A





1. Integrating existing Database with special security layer    forum.hibernate.org

Im considering using hibernate to access an existing postgresql-database. To access the database via username and password is of course a standard-procedure. But due to an additional security layer within the database it is necessary to start every transaction with a select-statement and specific parameters (username and password or a session-token of the web application) Otherwise all following queries or DML ...