Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Delete a single entry in many to one relationship Hibernate

java hibernate jpa

Force Spring/JPA/Hibernate/JDBC to retry a failed beginTransaction?

hibernate spring jpa jdbc c3p0

JPA Criteria API group_concat usage

jpa group-concat

Can I "override" annotations of a superclass's private field?

What is the JPA equivalent to Hibernate's foreign id generator?

hibernate jpa jpa-2.0

Static jpa metamodel are not generated with hibernate-jpamodelgen 6.1.5.Final

JPA update query: cache not properly invalidated

jpa caching eclipselink

Spring Boot - Post Method Not Allowed, but GET works

java spring spring-boot jpa

Quarkus JPA fails validating schema

java jpa quarkus quarkus-jpa

Is it alway necessary to have both @oneToMany and @manyToOne for a relationship in hibernate?

Eclipselink class "javax.persistence.PersistenceUtil"'s signer information does not match signer information of other classes in the same package

java jpa eclipselink

JPA repository with single table inheritance (hibernate)

java spring hibernate jpa

select new (JPQL Constructor Expression) in jpa/hibernate causes "lazy" loading for each row

java hibernate jpa orm jpql

Why separate the API definition and implementation JARs

java jpa api-design