Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

Spring Data JPA find by embedded object property

What's the difference between Spring Data's MongoTemplate and MongoRepository?

Spring Data JPA map the native query result to Non-Entity POJO

How are Spring Data repositories actually implemented?

setMaxResults for Spring-Data-JPA annotation?

Disable all Database related auto configuration in Spring Boot

How to fetch FetchType.LAZY associations with JPA and Hibernate in a Spring Controller

How to test Spring Data repositories?

When use getOne and findOne methods Spring Data JPA

Spring boot - Not a managed type

How to add custom method to Spring Data JPA

What is this spring.jpa.open-in-view=true property in Spring Boot?

Unable to find a @SpringBootConfiguration when doing a JpaTest

Spring CrudRepository findByInventoryIds(List<Long> inventoryIdList) - equivalent to IN clause

Spring Boot - Cannot determine embedded database driver class for database type NONE

Spring Boot - Loading Initial Data

How to use OrderBy with findAll in Spring Data

Easy way to convert Iterable to Collection

What is difference between CrudRepository and JpaRepository interfaces in Spring Data JPA?

How to solve "Plugin execution not covered by lifecycle configuration" for Spring Data Maven Builds