Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

ERROR: null value in column "id" of relation xxx violates not-null constraint - Spring Data JPA

Sort records using Pageable with given order

JPA Repositories and blocking I/O

Pagination in List Java Spring

Is it possible to Use Snowflake with Spring Boot / JPA / Hibernate

how to write a native query in jpa for update?

Spring JPA repository generates wrong native query for update clause

How to reverse a findAll() query in the pagingAndSorting repository interface using Spring data REST

SpringBoot+Kotlin+Postgres and JSONB: "org.hibernate.MappingException: No Dialect mapping for JDBC type"

Spring Data - Projection and @Query nested property

Update Timestamp field Spring JPA within Query annotation

How to execute a JPAQuery with pagination using Spring Data and QueryDSL

How to update only specific field with spring jpa repository?

Using JPA Criteria API to return all object where a Collection property contains a certain value

How to run Spring boot with older version of hibernate

Kotlin JPA Inheritance advise

jpa kotlin spring-data-jpa

Dynamic instantiation in a sub-query is unsupported

Accessing the EntityManager in an @Aspect for a JpaRepository

Why doesn't JpaRepository update my entity?

java spring-data-jpa

Return a DTO Object in spring data repository method annotated with @Query