Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

Spring-Data-JPA with QueryDslPredicateExecutor and Joining into a collection

Best practise when using Querydsl with Spring Data

How do you use both Spring Data JPA and Spring Data Elasticsearch repositories on the same domain class in a Spring Boot application?

Spring data mongo pagination

Limit findAll possible with Spring?

spring spring-data

spring-data: Not an managed type: class java.lang.Object

Spring data internationalization best practice

Spring native query executed within a transaction taking outdated value

Spring JPA: Should the Save() method commit data to the database?

how to unit test method using "Spring Data JPA" Specifications

Spring boot integration with spring batch and jpa

Spring Data Page doesn't serialize Sort to JSON correctly

How can I execute a stored procedure with JPA & Spring Data?

Ignore some classes while scanning PackagesToScan

How to get a binary stream by GridFS ObjectId with Spring Data MongoDB

Spring Data + MongoDB GridFS access via Repository possible?

How to combine pagination with a criteria query in Spring Data JPA?

What does it mean <S extends T> save (S entity); in Spring Repository?

Spring Boot : Error creating bean with name 'jpaMappingContext': java.lang.NullPointerException

Can I use Spring Data JPA Auditing without the orm.xml file (using JavaConfig instead)?