Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

How to map java.time.LocalTime with milliseconds to a java.sql.Time with miliseconds

How to map JPA query results to a POJO?

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]