A new feature is provided in JPA 2.1 allowing a direct usage of stored procedures without using native query. This tutorial will show 3 different ways to call a database stored procedure with Hibernate. Used in...
Tagged: PostgreSQL
Spring Boot multiple databases configuration
By simple configuration, Spring boot provides a powerful way to work with a single database. Sometimes you need to work with multiple databases (for example, one for basic usage and another for archiving). In...
Setup Liferay PostgreSQL Database
Follow these instructions to configure your Liferay portal with PostgreSQL SGBD : Downloading the jdbc Driver For PostgreSQL, there is no need to download the jdbc driver. When Liferay detects you want to use PostgreSQL,...
Liferay database configuration
By default, Liferay use hsql (hypersonic) database which is not recommanded to go with in production environment. Liferay provides a very easy way to use another SGBD on your portal by simple configuration. In this...