Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

Spring Data Repository @Query - Update and return modified entity

java spring spring-data

Why is Spring Data MongoDB unable to instantiate this nested type structure?

Spring PageableArgumentResolver deprecated, how to use PageableHandlerMethodArgumentResolver?

How to use optimistic locking with Spring Data MongoDB?

Spring Data Mongo - How to query by @DBRef field's id

How do I query for dates in Spring Data MongoDB repository?

What is the difference between Transaction manager and Entity Manager

java spring jpa spring-data

spring data rest update produce cross join sql error

How Do I Write A "Count By" Method Name Query In Spring Data

spring-data

Java 8 JPA Repository Stream row-by-row in Postgresql

Java 8 Date/Time (JSR-310) types mapping with Spring Data MongoDB

Unable to open JDBC Connection for DDL execution

How to create Jpa repository dynamically inside a class?

Log values of query parameters in Spring Data R2DBC?

Calculated group-by fields in MongoDB

Spring Data MongoDB how to assign expiration time programmatically

mongodb spring-data

How does the @Autowired interface, which extends CrudRepository, works? I would like to have some insights

How to query for boolean property with Spring CrudRepository?

Query from combined spring data specification has multiple joins on same table

Pageable and @Param in a spring data JpaRepository method issue [2]