Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

spi.SqlExceptionHelper warning in console logs when using db2 9.X database, java 8 and hibernate 4.3.8

sql spring hibernate db2 java-8

In Spring Data JPA, a derived find method doesn't use first-level cache while called multiple times in one transaction, but the default findById does

IntelliJ + Spring: how to enable table names checking in HQL queries?

Maven Multi Module insists on duplicating datasource application.properties in business module

how to choose maximum connection pool size?

Can @GenerateValue be used with non primary key attributes?

java hibernate jpa

How to select all the data of two columns from a table using JPA query method

How to configure Quarkus to go beyond 20 Mysql connections?

Spring JpaRepository using generic entity

Illegal reflective access warning for Ehcache when heap cache size is configured in MB

Spring Boot in memory database not accessible from other tools

JPA Criteria: downcast root to multiple entity subclasses and filter by the same linked entity natural id

DTOs and entities which implements the same interface

one-to-one vs many-to-one (unidirectional)

How should I use COLLATE in Hibernate Query

java sql hibernate collate

Spring data jpa native query with null parameter (PostgreSQL)

commit changes in try-catch inside @Transactional

java spring hibernate jpa jdbc