Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Persist issue with a spring batch ItemWriter using a JPA repository

How to select latest record in group using JPQL in Spring JpaRepository?

How to sort PageRequest on String as numeric value

java spring spring-data-jpa

Spring Data find by inner relation

Could not inspect JDBC autocommit mode

jpa spring-data-jpa

JPA Table per Class Inheritance with different Id names

ERROR: column is of type json but expression is of type character varying in Hibernate

Cannot resolve the name 'repository:repository' to a(n) 'type definition' component.

xml spring spring-data-jpa

spring-data-jpa bean validation in junit tests

Query for join in Spring Data JPA

spring data Page/Pageable can't deserialization,how to use?

How to set @CreatedDate in the past (for testing)

Spring Data JPA - Join unrelated entities by defining projections

Join more than two tables using Annotations in Spring Data JPA

Spring Data JPA 'jpaMappingContext' error, IllegalStateException: Expected to be able to resolve a type but got null

Is a Spring Data (JPA) Repository thread-safe? (aka is SimpleJpaRepository thread safe)

JPA AttributeConverter makes hibernate generate update statements on whole table in transaction

Spring Data JPA streaming query methods cause an exception about transactions

spring crud repository find top n Items by field A and field B in list order by field C

How to refresh entity after "manual" backend query update [duplicate]