Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

Spring Data JPA: query ManyToMany

Are you supposed to have one repository per table in JPA?

Spring Boot, Spring Data JPA with multiple DataSources

Spring data query where column is null

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