Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

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

Spring Data JPA @Query - select max

Specify complex sorting criteria when requesting Spring Data JPA repository

How to use fixed values in Spring CrudRepository?

JPA Projection with custom collection property

ElasticSearch date conversion to Java LocalDateTime failing

Could not determine recommended JdbcType for <class>

Criteria API and JPQL API with GROUP BY and GROUP_CONCAT with DISTINCT / ORDER BY / SEPERATOR Support?

Force lazy loading of usually eager attributes

How to write a Spring JPA query for a one to one relationship?

spring-boot web app fails to start : Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean

Using SQL-IN-clause in custom @Query in JPA-/CrudRepository with the list or set as passed parameter?

How to write a unit test for spring specification?

How to transform PageRequest object to query string?

How to create a dynamic WHERE clause for all queries in Spring Data JPA?

Spring Data: Query list of string annotated with @ElementCollection

ConcurrentModificationException when deleting a @ManyToMany associations Spring Data Jpa

java spring-data-jpa

Spring Data Mongo @Indexed creates index multiple times