Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

ERROR: update or delete on table "tablename" violates foreign key constraint

What is the difference between query-methods find…By, read…By, query…By, and get…By in spring data?

Spring boot doesn't load data to initialize database using data.sql

How to use projections and specifications with spring data jpa?

How do you create a Spring JPA repository findBy query using a property that contains a keyword?

java spring-data-jpa

Spring data, find by property of a nested object

How to shorten names of query methods in Spring Data JPA Repositories?

Spring data jpa save can not get id

Getting error Could not locate appropriate constructor on class

Why are interface projections much slower than constructor projections and entity projections in Spring Data JPA with Hibernate?

Spring JpaRepositroy.save() does not appear to throw exception on duplicate saves

Difference between findBy and findOneBy in Spring data JPA

How to use "findBy" in an Entity with a Composite PK (Hibernate JPA)

Spring Data - get last record from the table [duplicate]

How to manually start a transaction on a shared EntityManager in Spring?

Name for parameter binding must not be null or empty! For named parameters you need to use @Param for query method parameters on Java versions

java jpa spring-data-jpa jpql

Spring Data JPA NamedStoredProcedureQuery Multiple Out Parameters

Multiple Repositories for the Same Entity in Spring Data Rest

Can Spring Boot application handle multiple requests simultaneously?

JpaRepository caches newly created object. How to refresh it?

java jpa spring-data-jpa