Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

What is the difference between an Spring Entity Manager and Spring Data Repository?

Spring data jpa - How to combine multiple And and Or through method name

Spring Data: Override save method

java spring-data

Dynamic spring data jpa repository query with arbitrary AND clauses

Configure specific in memory database for testing purpose in Spring

Spring boot - custom variables in Application.properties

Implementing custom methods of Spring Data repository and exposing them through REST

java spring rest jpa spring-data

How to beautifully update a JPA entity in Spring Data?

org.hibernate.AnnotationException: No identifier specified for entity - even when it was

How to enable LockModeType.PESSIMISTIC_WRITE when looking up entities with Spring Data JPA?

Order By Date ASC with Spring Data

Mongo - Ignore property from being persisted

No property found for type... custom Spring Data repository

Why is data getting stored with weird keys in Redis when using Jedis with Spring Data?

redis spring-data jedis

Update single field using spring data jpa

Spring CrudRepository exceptions

java spring spring-data

Pagination in Spring Data JPA (limit and offset)

How to convert a list of enity object to page object in Spring MVC (JPA)?

Spring Boot Data JPA - Modifying update query - Refresh persistence context

Spring Data optional parameter in query method