Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

When are Entities-Classes enhanced and what for? jpa, spring, hibernate, javassist

Hibernate JPA how to configure dynamic-update in persistence.xml

Why arrays cannot be lazy-loaded in a one-to-many assocation?

java hibernate jpa

How to Optimise a JPA Query

java jpa persistence jpa-2.0

What is optimistic lock in JPA?

java jakarta-ee jpa

JPA: Usage of @GeneratedValue on non-id column

jpa

JPA @PostPersist usage

jpa callback lifecycle

Hibernate loading a lazy proxy, but I only need the PK

java hibernate jpa

Lazy loading does not works for ManyToOne in eclipselink

Resolving Criteria on Polymorphic child class attribute jpa hibernate query

Predeployment of PersistenceUnit failed with EclipseLink

java jpa eclipselink

JPA with OSGi DS example

JPQL: Field path cannot be resolved to a collection type

jpa jpql

Tracking Changes Using History Policy in eclipse link

java jpa eclipselink history

Eclipse Link to Hibernate migration error with mappedBy

Delete child from parent and parent from child automatically with JPA annotations

How to catch and wrap exceptions thrown by JTA when a container-managed-tx EJB commits?

jpa removing item from list

java jpa

Support for schema migrations with JPA?

jpa schema-migration

What is the difference between @Immutable and @Entity(mutable=false) when using Hibernate