Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

Spring Redis Get Values by Wildcard Keys

Disable automatic index creation in spring boot / spring data elasticsearch

Spring Data Projection with OneToMany returns too many results

Spring Data JPA aggregate functions on an empty resultset

@PrimaryKeyColumn annotations must have a type of PARTITIONED for scala Cassandra Spring Data application

Include additional columns in Where clause of Hibernate/JPA Generated UPDATE Query

How to use Auditing in JPA/Spring-Data JPA?

java jpa auditing spring-data

Mongo repository for Spring Batch?

Spring Data Elasticsearch : @Field and non @Field all got indexed

Spring Data JPA Pageable with @ManyToMany

Hibernate Postgresql select for update with outer join issue

PagingAndSortingRepository methods throw error when used with spring data jdbc

How is spring-data-jdbc complimenting MyBatis?

@DbRef is not saving child object automatically in spring data mongodb

mongodb spring-data dbref

QueryDsl - How to create Q classes with maven?

Convert Page<Entity> to PageDTO<EntityDTO>

Is the CrudRepository .delete() method transactional?

Autowiring DynamoDB Repository in Spring Boot application using Spring Data

How to inject a dependency into a repository base class

How to work with Spring Data's Optional<Object> Returns