Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

JPA findAll order by a linked list size

Can I mix both update and insert in saveAll from JpaRepository

New Spring Data JDK8 Jsr310JpaConverters not working automatically?

spring-data-jpa: ORA-01795: maximum number of expressions in a list is 1000

Finding all entries where a collection field contains any of the given items

java spring spring-data-jpa h2

Spring Boot 2.1.1 : java.lang.IllegalStateException: Unable to retrieve @EnableAutoConfiguration base packages error when running unit test

Difference between CrudRepository findOne() and JpaRepository getOne()

NullHandling.NULLS_LAST not working

Spring Annotation @WebMvcTest does not work in an app that has Jpa repositories

Spring boot unable to determine jdbc url from datasouce (mysql)

Boot-strapping Spring Data JPA without XML

When to use saveAndFlush in springs SimpleJpaRepository?

How to reference the 'normal' spring data repo from a custom implementation?

Spring Boot Query annotation with nativeQuery doesn't work in Postgresql

how set LocalContainerEntityManagerFactoryBean to JpaTransactionManager?

Spring data repository works without annotations

How does Spring Data (JPA) relate to JPA persistence providers?

Spring Data JPA: Delete Optimistic Locking semantics

Collection contains with @Query

java spring spring-data-jpa

Specifying Result limit using JPA Specification

java jpa spring-data-jpa