Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

Spring Boot and how to configure connection details to MongoDB?

Spring DAO vs Spring ORM vs Spring JDBC

Missing CrudRepository#findOne method

Spring Data: "delete by" is supported?

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