Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA : How to define @NamedEntityGraph for 3 levels?

java hibernate jpa orm jpql

How do I save an entity with foreign key without loading the related entity in JPA?

java jpa orm

Spring Data REST - POST new entity with relationships

Spring transaction boundary and DB connection holding

"No Persistence Unit Found" error

java hibernate spring jpa

Can the same CriteriaBuilder (JPA 2) instance be used to create multiple queries?

java jpa criteria-api jpa-2.0

How do I do a "deep" fetch join in JPQL?

jpa jpql

How to choose DDL Primary Key constraint names with JPA/Hibernate

java hibernate jpa orm

Can't understand EclipseLink warning

jpa eclipselink self-join

Hibernate @OneToMany without a separate join table

Using JPA2 criteria API without Metamodel on a List property

eclipselink connection pooling

javax.naming.NameNotFoundException: Name is not bound in this Context. Unable to find

java jakarta-ee jpa orm

Strange JPA behaviour, initialized field is null

java hibernate jpa

how we can get JPA EntityManager Flush work

Best Practice - Multi Layer Architecture and DTOs [closed]

java jpa dto multi-tier

Is there a way to get all managed entities from an EntityManager

Do you like the Criteria api of JPA 2.0? Do you use it with framework? [closed]

Two Persistence Unit in one Persistence.xml

How does EJB and JPA relate? [duplicate]

java jakarta-ee jpa ejb-3.0