Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA / Hibernate Cascade.Remove use case for @ManyToOne

hibernate jpa many-to-one

Why do Entity classes must have an @Id?

jpa entity primary-key

Using JPA AttributeConverter for Boolean Y/N field: "Unable to render boolean literal value"

java jpa jpql

Connect to microsoft sql server from spring jpa

java spring jpa

What is the difference between @Entity and @Repository annotations?

Hibernate and JPA error: duplicate import on dependent Maven project

Delete object from ManyToOne relationship doesn't update a parent collection

jpa jpa-2.0

"Duplicate entry ... for key PRIMARY" when inserting both "Krakow" and "Kraków"

CASE WHEN in Hibernate @OrderBy annotation

java hibernate jpa jpa-2.0

JPA/HIBERNATE: Value must be a constant

JPQL query convert to SQL query

java sql jpa orm jpql

How to dynamically construct query to filter the results in Spring JPA?

Using the new type() for UUIDGenerator instead of strategy?

EclipseLink - bidirectional OneToMany relation

java jpa eclipselink

JPA/Hibernate EntityGraph and Cache

hibernate jpa

How to properly annotate a List<Interface> with Hibernate?

Hibernate: AnnotationException: Unknown mappedBy in ... referenced property unknown on reverse (mappedBy), bi-directional @OneToOne associations

playframework JPA Error and DB design issue

jpa playframework