Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

What's the JPA equivalent of the Hibernate @LazyToOne annotation?

How to retrieve data from mapping table using JPQL without JPA Entity class

jpa jpql

@ElementCollection or @OnetoMany with Entity or primitives?

java hibernate jpa

Self Join relationship with JPA

How do you query the EclipseLink version at runtime (plus JPA meta data)?

jpa version eclipselink

Parameter value [2] did not match expected type [com.cityBike.app.model.User

java hibernate jpa createquery

JPA - OneToOne Foreign key as primary key

JPA: PersistenceException "unknown state or association field"

How to avoid polymorphism in superclass query when using JPA and Hibernate

"N+1 selects problem" with JpaRepository method despite using @Fetch(FetchMode.JOIN)

QueryDSL,Hibernate delete Child table row on delete of parent table row

java hibernate jpa querydsl

JPA - How to add child entities to aggregate roots

Serializable JPA entity with collection member

Is there a @NotNull annotation for Ebean in Play Framework?

Hibernate CompositeUserType that is comparible in JPA-QL (or HQL) query

java sql hibernate jpa jpa-2.2