Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

self referencing relationship with spring data jpa

Spring data jpa native query with null parameter (PostgreSQL)

How to use CTE expression WITH clause in Spring Data JPA

How to update only subset of all fields in Spring JPA repository?

Sorting expression in spring data JPA

java spring-data-jpa

Spring data repository not found at compile time

Cannot use findAll(Specifications<T>, Pageable) method for JpaSpecificationExecutor<T> repository?

Spring Boot Jpa JPQL Selecting columns except specific columns

Spring Data Pageable breaking Spring Data JPA OrderBy

JPA Nested Mapping to View without a Base Table

querydsl: java.lang.NoSuchFieldError: TREATED_PATH

Why get warning in repository "Unnecessary `@Repository`"

Exception "org.h2.jdbc.JdbcSQLSyntaxErrorException:Table "NAME" not found " during initialization H2 database for testing Spring Boot application

How to use JPA CriteriaBuilder selectCase() so that it can have Predicate as result?

Autoincrement with H2

Sonar issue - transactions

Why doesn't JpaRepository have a saveAll method in Spring Data Jpa?

java spring-data-jpa

Spring JPA Repository: What is the best practice, use findAllById or iterate over IDs and call getReferenceById

Sequence generator : JAVA/JPA/SPRING

Mockito: Verify if Spring Data JPA delete()-method is called