Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

Spring CRUD repository: is there findOneByMaxXYZColumn()?

spring-data

how to show query while using query annotations with MongoRepository with spring data

How do you use Spring Data JPA outside of a Spring Container?

Best way of handling entities inheritance in Spring Data JPA

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