Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Is there a way to register a repository base class with a spring boot auto configuration?

Handle spring-data-rest application events within the transaction

Bug in Spring Data JPA: Spring Data returns List<BigInteger> instead of List<Long>

Filtering data with Spring boot CrudRepository

@Transactional annotation works with saveAndFlush?

"Could not autowire. No beans of type... found" with Simple project

Using Spring Security ACL with Spring Data REST

Spring Boot & JPA: Implementing search queries with optional, ranged criteria

Spring-boot: required a bean named 'entityManagerFactory' that could not be found

How to add Query Hints to spring data jpa querydsl queries?

Spring JpaRepository: delete() with subsequent save() in the same transaction

CrudRepository inside my custom repository implementation

Spring Data JPA - injection fails - BeanCreationException: Could not autowire field

Spring Data JPA Pagination (Pageable) with Dynamic Queries

com.fasterxml.jackson.databind.exc.MismatchedInputException: Can not deserialize instance of object out of START_ARRAY token

How to store @Query sql in external file for CrudRepository?

Java 8 Spring Data JPA Parameter binding

Obtaining handle to EntityManager in Spring Boot

Has Spring-boot changed the way auto-increment of ids works through @GeneratedValue?

JPA Data Repositories with SqlResultSetMapping and native queries