Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA Web application management strategies

java hibernate jpa jakarta-ee

How do I use the same parameter multiple times in my Query using JPA?

How to save an entity within a new transaction?

Spring Data JPA : How to write subquery having IN operator

HHH015007: Illegal argument on static metamodel field injection: expected: PluralAttributeImpl$SetAttributeImpl; encountered: SingularAttribute

(Spring boot upgrade from 2.7) FetchType.LAZY stack overflow

java spring spring-boot jpa

How can I return multi-level json using Hibernate/JPA in Spring Boot

Mapping MySQL json column into JPA throws error

java mysql json hibernate jpa

Hibernate Mapping - How to Join Three Tables [duplicate]

How do I delete a row in a join table automatically, to avoid a ConstraintViolationException?

java hibernate orm jpa jpql

Hibernate and Ehcache- How to make sure every "select" goes through the entity cache?

Understanding the optimistic locking StaleObjectStateException

How does JPA @Version annotation works when you have multiple entities

OpenJPA Transactions - Single or Multiple Entity managers?

@PersistenceContext is not applicable to parameters. How to inject EntityManager through a constructor?

how to filter a left join in jpa query

jpa