Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Spring Boot Data JPA - Not saving entities to the database

Spring JPA Sorting and Paging with PostgreSQL JSONB

java.time.LocalDate not supported in native queries by latest Spring Data/Hibernate?

Spring Interceptor not working in Spring Data REST URLs

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