New posts in jpa

Multiple data source and schema creation in Spring Boot

use of entityManager.createNativeQuery(query,foo.class)

What is the difference between an Spring Entity Manager and Spring Data Repository?

Entitymanager.flush() VS EntityManager.getTransaction().commit - What should I prefer?

Hibernate native query - char(3) column

JPA utf-8 characters not persisted

Java Enums, JPA and Postgres enums - How do I make them work together?

How to write JPQL SELECT with embedded id?

Configure JPA to let PostgreSQL generate the primary key value

Persisting UUID in PostgreSQL using JPA

Set default page size for JPA Pageable Object

JPA: JOIN in JPQL

Java: Hibernate @OneToOne mapping

Java, JPA, Glassfish, Invalid resource : jdbc/__default__pm

Is there such thing CASE expression in JPQL?

Spring Data JPA: query ManyToMany

What is the significance of @javax.persistence.Lob annotation in JPA?

How to use Postgres JSONB datatype with JPA?

Have JPA/Hibernate to replicate the "ON DELETE SET NULL" functionality

What's the difference between the IN and MEMBER OF JPQL operators?