Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA 2.0 many-to-many with extra column

Powermock and Spring cause ConversionException when injecting EntityManager in test

java spring jpa powermock

How to enable batch inserts with Hibernate and Spring Boot

How to retrieve mapping table name for an entity in JPA at runtime?

java jpa entity

JPA cascade persist and references to detached entities throws PersistentObjectException. Why?

java hibernate exception jpa

Ignore a FetchType.EAGER in a relationship

java hibernate jpa hql jpql

Manually specify the value of a primary key in JPA @GeneratedValue column

java mysql jpa orm eclipselink

How to split read-only and read-write transactions with JPA and Hibernate

Multiple data source and schema creation in Spring Boot

Simultaneous use of Hibernate and Spring data jpa?

JPA: foreign key annotation

JDBC VS Hibernate [closed]

java mysql hibernate jpa jdbc

JPA COUNT with composite primary key query not working

Spring Data JPA and Querydsl to fetch subset of columns using bean/constructor projection

Cannot declare List property in the JPA @Entity class. It says 'Basic' attribute type should not be a container

java hibernate jpa

A clear explanation of system exception vs application exception

java jakarta-ee exception jpa

JPA: how to override column names of @Embedded attributes

java hibernate jpa orm

How to check if a record exists using JPA

java jpa

How can I resolve java.lang.ClassNotFoundException: org.hibernate.util.DTDEntityResolver when using Spring 3.1 with Hibernate 4.0.1?

java hibernate spring jpa

Distinct results from Spring Data JPA Specification that uses join