Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

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

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?