Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

QueryDSL Date arithmetic

java jpa querydsl

How to SELECT WHERE IN ALL elements of list

java sql jpa entity jpa-2.0

How to persist entities inside for loop JPA?

java hibernate for-loop jpa