Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

How to select InnoDB or XtraDB as storage engine in MariaDB in Spring Boot 2 JPA application

Understanding the optimistic locking StaleObjectStateException

spring boot jpa @query where clause based on boolean flag param

Full Text Search in Spring Boot JPA

JPA save BigDecimal as integer in Database

java jpa spring-data-jpa

find by id in spring data jpa Base Repository

How to intercept and modify JPA generated SQL statement?

jpa spring-data-jpa jpql

Do I need @Repository annotation when extending CrudRepository (Spring)?

Hibernate 6 SQLFunctionTemplate Alternative

incompatible data type in conversion in hsqldb when query IS NULL with java.sql.Timestamp with spring-data-jpa 2.6.2

How to unify @GenericGenerator declaration for multiple entities using same custom id generator?

How to test JPA Specification

java spring-data-jpa junit5

No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)

Spring JPA query always uses Sequence Scan instead of an Index Scan