Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

java.lang.Object; cannot be cast to model class: error in Spring Boot

JPA Hibernate bulk/batch update in Spring MVC

Can't get the JPA entity ID in the JSON output

Spring data facet does not work in Intellij 14

Spring Data JPA Fetching

Spring-data-jpa LazyInitializationException: no Session

Switching from version 4.3.11.Final to 5.0.1.Final causes compilation error

Multi-user restful api using spring boot, jpa and security

JPA EmptyResultDataAccessException handling

spring data jpa native query with join

Why can I save without @Transactional? [duplicate]

Getting error from using postgres function "lower" in JPA Named Queries

Encoded Precent(%25) with Spring RequestMapping path param gives HTTP 400

Multiple datasources in Spring Boot Repository Annotated Interface

Bulk insert with Spring Boot and Spring Data JPA not working

spring boot data @query to DTO

Spring data JPA - using @EntityGraph causes "Entity graph specified is not applicable to the entity" warning

How to update the @Version field when executing a bulk update through Spring Data JPA

How to add restriction to range between two dates on query by example in Spring Data

Write sql native query with left join and pagination in hibernate (springboot) [duplicate]