Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

No property found for type error when try to create custom repository with Spring Data JPA

Spring Boot: autowire beans from library project

updating boolean value in spring data jpa using @Query, with hibernate

Spring Data Repository does not delete ManyToOne Entity

How to persist JSR-310 types with Spring Data JPA?

Very slow Spring Boot application startup

Spring Data JPA: Query by Example?

Encoded password does not look like BCrypt

Spring data JPA and parameters that can be null

Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test

Spring Data JPA - Multiple EnableJpaRepositories

Spring Data JPA. How to get only a list of IDs from findAll() method

Using generics in Spring Data JPA repositories

Using @Version in spring-data project

Autowiring fails: Not an managed Type

Spring-Data JPA CrudRepository returns Iterable, is it OK to cast this to List?

ImprovedNamingStrategy no longer working in Hibernate 5

How to test Spring's declarative caching support on Spring Data repositories?

How to use Spring managed Hibernate interceptors in Spring Boot?

Failed to auto-configure a DataSource: 'spring.datasource.url' is not specified