Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

How to use Spring AbstractRoutingDataSource with dynamic datasources?

java.lang.IllegalArgumentException: Parameter with that position [1] did not exist

spring-data-jpa jpql

How to query data via Spring data JPA with user defined offset and limit (Range)

Difference between Spring Data JPA and ORM

orm spring-data-jpa

Is it possible to use an Array object as a parameter in Spring Repository @Query annotation?

What does Hibernate @Proxy(lazy = false) annotation do?

Spring data JPA: how to enable cascading delete without a reference to the child in the parent?

FindBy using a foreign key in JPA

Why does the addition of @EnableAutoConfiguration cause spring-boot to fail with "Unable to find JPA packages to scan"

Spring Boot DataJpaTest unit test reverting to H2 instead of mySql

How to use hibernate @DynamicUpdate with spring data jpa?

How to force transaction commit in Spring Boot test?

Spring JPA java.lang.IllegalStateException: No persistence units parsed from {classpath*:META-INF/persistence.xml}

jpa spring-data-jpa

How to exclude a @Repository from component scan when using Spring Data Rest

Spring-data-jpa eager fetch with join and using pagination not working

Can Spring JPA projections have Collections?

Is it possible to add wildcards to @Query parameters?

Spring Boot change DataSource and JPA properties at runtime

How to implement Generic JPA Repository in Spring Boot - Which can be autowired into spring services for any entity/class type

How to create unpaged but sorted Pageable.of(unpaged, unpaged, Sort ) to spring data jpa repository?