Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to persist a new entity containing multiple identical instances of another unpersisted entity with spring-boot and JPA?

JPQL (JPA) search substring

java orm jpa jpql

Id not being set when calling EntityManager.merge()

java hibernate jpa

Spring data JPA Specifications - @OneToMany dependency

JPA - Optional columns

java hibernate jpa

JPA - delete a child from OneToMany relationship

java jpa

Getting "with clause can only reference columns in the driving table" when trying to write a JPA 2.1 left outer join

Plugin not found: jpa

Hibernate ID Generator

The abstract schema type is unknown

jpa junit

@Transactional on a JpaRepository

java spring hibernate jpa

EclipseLink adding a Converter causes ValidationException intermittently

eclipse jpa eclipselink

Proper Way to layer Spring JPA based DAO using Spring Boot Framework

Overriding @Id defined in a @MappedSuperclass with JPA

Recursive JSON view of an entity with one-to-many relationship in REST controller

java spring rest jpa

Spring Data JPA Specification for a ManyToMany Unidirectional Relationship

java spring jpa

How to avoid java.util.ConcurrentModificationException in entity merging in JPA and Hibernate

Spring data date between query

Spring Data JPA Specification Inheritance

How can I obtain the first row from a SELECT operation using JPQL?

java spring spring-boot jpa jpql