Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

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]

Spring Data JPA findBy a collection [duplicate]

add item to the collection with foreign key via REST call

The type com.querydsl.core.types.Predicate cannot be resolved. It is indirectly referenced from required .class files

What exactly is the difference between JpaRepository and CrudRepository using Spring Data JPA? [duplicate]