Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

Spring Data Streamable vs Stream

JpaRepository: Fetch specific lazy collections

Getting count and list of ids using ElasticsearchTemplate in spring-data-elasticsearch

Implementing Composite (Embedded-ID) Foreign Key Relations using Spring Data JPA

ERROR: null value in column "id" of relation xxx violates not-null constraint - Spring Data JPA

Spring JPA Entities are losing Data when Adding Same Items to Other Entities

Spring Kafka ChainedKafkaTransactionManager doesn't synchronize with JPA Spring-data transaction

spring data mongodb , use MongoRepository or MongoTemplate?

spring mongodb spring-data

Spring Framework JpaRepository returns duplicates of first table row by findAll() method

Spring Data Cassandra and PreparedStatementCache

Spring Data - Projection and @Query nested property

Update Timestamp field Spring JPA within Query annotation

CompoundIndex spring case insensitive

How to execute a JPAQuery with pagination using Spring Data and QueryDSL

mongodb - compound unique index using spring data not working

How to use fixed values in Spring CrudRepository?

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

How do I avoid n+1 queries with Spring Data Rest?

How can I do an UPDATE statement with JOIN in JPQL (Spring JPA Queries)?

How to transform PageRequest object to query string?