Hibernate and Firebird – Support for Temporary Tables

I had problems to use Hibernate(JPA) to work with Firebird a while ago. Every connection opened was not being closed, I couldn't ever think to use a pool of connection in my web service and the temporary tables was being created next to other tables. In this post, I will focus on the problem with … Continue lendo Hibernate and Firebird – Support for Temporary Tables