Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

What the common behaviour when updating an unidirectional @OneToMany List of objects with Spring Data-JPA?

Spring JPA / Hibernate transaction force insert instead of update

Spring Data JPA and spring-security: filter on database level (especially for paging)

Spring Data dynamic query

I can't autowire repository in spring

How to refer long query, written in external file, in Spring data jpa @Query

Two foreign keys as primary key

spring-data-elasticsearch - registering custom analyser

MongoDB special characters

Securing exclusively the REST access to a Spring Data Rest Repository

Spring4 @Scheduled @Transaction throws no transaction is in progress at flush for mutliple dataSources

Spring data rest sorting fields with underscores

Spring Data MongoDB with Java 8 LocalDate MappingException

Spring Data Repository Dynamic finder Oracle In clause max of 1000

java spring oracle spring-data

Customizing Spring Data repository bean names for use with multiple data sources

Spring Data MongoDB Annotation @CreatedDate isn't working, when ID is assigned manually

Mongotemplate - Query ObjectId according to greater than (gt) or less than (lt) operator

MockBean annotation in Spring Boot test causes NoUniqueBeanDefinitionException

Spring repository method which are returning Java 8 stream doesn't close JDBC connection

How to implement a generic service class in java Spring Boot?