Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA - Criteria API and EmbeddedId

Persisting UUID in PostgreSQL using JPA

Named Query with like in where clause

java sql jpa named-query

How to specify packagesToScan in HibernateJpaAutoConfiguration?

Validation failed for query for method JPQL

org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: USERS, for columns: [org.hibernate.mapping.Column(invoices)]

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