Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

Why is a paginated query slower than a plain one with Spring Data?

Spring data date between query

Spring Data JPA Specification Inheritance

How spring data JPA decides to call entityManager.persist(…) or entityManager.merge(…) method

spring spring-data

How to persist when using Spring Boot with JPA

Spring Data: can it find by two values of the same field without writing the implementation?

How to add links to Spring Data REST projections?

Set the fetch size with Spring Data

Spring Boot JPA CrudRepository

How to use spring data mongo @CompoundIndex with sub collections?

Spring Data JPA - How can I fetch data from a Date column using only month and day?

@CreatedBy and @LastModifiedDate are no longer working with ZonedDateTime?

Spring Data: Enumeration and Repository issue

spring enums spring-data

Getting a Page of DTO objects from Spring Data repository

spring spring-data dto

Spring Data Elasticsearch @Document indexName defined at runtime

Spring Hibernate Vs jdbc template vs spring orm [closed]

How do I update Object with Spring Data and MongoDB?

How to fix "Consider defining a bean of type 'org.jooq.DSLContext' in your configuration." after update to jOOQ 3.15.0

How to access in memory h2 database of one spring boot application from another spring boot application

Equivalent of criteria in spring-data-jpa