Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Configuring a XA datasource to mysql 8 DB with spring-boot and bitronix JTA manager fails with SqlException XAERR_RMERR

Spring ignores @Transactional annotation

How to connect Spring Boot Application with MySQL database?

Understanding JPA sequence generator

Hibernate @Formula not working in Spring boot Tests when using @DataJpaTest

how to make @Lob annotation compatible for both oracle and postgresql

Spring data JPA with HSQLDB: user lacks privilege or object not found

Reduce size of Java Spring app by removing not needed dependencies or replace starters

Correct way of saving a new entity with relationships to existing entities with Spring Data

HQL Query inside spring @Query annotation

How to properly set getter setter in interface projection for a boolean variable starting with is?

Hibernate Envers Delta Between Revisions

Spring Data JPA query returns null

Use postgres table sequence instead of sharing hibernate_sequence

Springboot3 with Hibernate6 error with class not found SpringPhysicalNamingStrategy

How to get a HashMap result from Spring Data Repository using JPQL?

JPA query to filter before, after and between optional start and end dates

How to update an Entity after another Entity update in Spring Data? [duplicate]

Is there a way to make JPA ignore invalid types of enum?

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