Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to find the version of JPA?

java orm jpa jakarta-ee

Why hibernate always call "update" statement after using "select" statement in MySQL?

java sql database hibernate jpa

JPA: How to fetch eagerly an embedded element collection

java hibernate jpa jpql

JPA concurrency issue "On release of batch it still contained JDBC statements"

Dynamic Queries in Spring Data JPA

How to have 2 collections of the same type in JPA?

How to set a default query timeout with JPA and Hibernate?

How do I catch the constraint violation exception from EclipseLink?

jpa jpa-2.0 eclipselink

@ManyToOne mapping fails to save parent ID

Error creating bean with name 'entityManagerFactory

java spring hibernate jpa

Hibernate @OneToOne @NotNull

How can I query a null in a Long value without getting "Expected NUMBER but got BINARY" from OracleDB?

java oracle hibernate jpa

JPA Query to handle NULL parameter value

jpa

Spring Data Rest: "Date is null" query throws an postgres exception

How to search with JpaRepository and nested list of objects?

EntityManager.merge not doing anything

java spring jpa eclipselink

How does the @Index annotation work in JPA 2.1? [duplicate]

java hibernate jpa

@Entity not recognizing the @Id in a @MappedSuperclass

LazyInitializationException in JPA and Hibernate

spring hibernate jpa

Writing to JSON column of Postgres database using Spring / JPA

json spring jpa postgresql-9.3