Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

How to use enum in @Query as a constant

spring-data-jpa

Spring Data with JPA not rolling back transaction on error

Returning a list of projection from a custom JpaRepository method with Spring Data Rest

Test Spring Data Repository in a project without a Spring Boot Application main class

How to pass an "filter" object to spring data jpa repository to create a query

java spring spring-data-jpa

CrudRepository existsBy returns a wrong result

Forcing different Spring Repositories to use the same transaction

Whether Spring boot Data JPA uses hibernate internally for it's implementation?

Rewrite SQL query with JOINS in JPA

jpa spring-data-jpa jpa-2.0

Best way to map query result to DTO

deleteById vs delete in spring jpa

spring-data-jpa

Spring Data: How to lock a row in a transaction and make other transactions wait until it is released?

How to connect multiple databases in JPA?

Inheritance and @AttributeOverride on @Id field

jpa spring-data-jpa

How to disable H2's DATABASE_TO_UPPER in Spring Boot, without explicit connection URL

Spring data JPA query with varying params

Run two @NamedNativeQuery query on same entity Class

Handling concurrent transactions in spring data

Sorting a custom JPA query with pageable

How to filter a PageRequest in spring

spring spring-data-jpa