Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

How to make Spring Data Elasticsearch work with java.time.LocalDateTime for date

Why is ID not set in entity returned from spring-data-jpa save

QueryDSL Generated classes not able to access second level elements for querying

Replacing deprecated QuerydslJpaRepository with QuerydslJpaPredicateExecutor fails

Spring Data Slice: difference between getSize() and getNumberOfElements()

Resource Annotation: No qualifying bean of type [javax.sql.DataSource] is defined: expected single matching bean but found 2

Repository access control in Spring Data Rest based off user princpal

Find entities containing a string in a list in Spring Data Repositories

Why is the version property not set with Spring Data JPA?

Spring Data does not handle Pageable action argument creation

Configure Multiple DataSource in Spring Boot with JNDI

Spring Data: Unique field in MongoDB document

How to get number of affected rows from JdbcTemplate?

java spring spring-data

Does MongoDB work with JPA?

spring-data mongodb custom implementation PropertyReferenceException

How to configure a MongoDB cluster which supports sessions?

Spring data jpa @transactional

How to fetch EntityGraph dynamically in Spring Boot

Spring annotations @ModelAttribute and @Valid

FetchMode join makes no difference for ManyToMany relations in spring JPA repositories