Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Maintain an order with a OneToMany join

How do I use Oracle 12c Automatic Identity Generation with Hibernate, Spring and JPA?

Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect):

Hibernate deletion issue with a bidirectional association

Named parameter not bound : DATE_FORMAT Native Query in Spring Boot

Executing an update/delete query; nested exception is javax.persistence.TransactionRequiredException: Executing an update/delete query

In Spring data JPA ,How to query data from a table without a repository for entity

How to set the default @Transactional timeout globally

How to query an entity property by null using spring?

java spring spring-data-jpa

How do I migrate my JPA DAO to Spring Data with second level cache?

@OrderBy and SortedSet: Why must it be avoided?

When do we need to .save() an entity in Spring?

Spring-Data-Jpa: INNER JOIN with Subquery