Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Which CDI scope should be used for DAO and Service classes

jakarta-ee jpa cdi

Hibernate override "lazy=false"

Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException

java mysql spring hibernate jpa

QueryDSL and SubQuery with Tuple condition

How to integrate or make use of KeyCloak user database in my application?

hibernate jpa keycloak

JPA/Hibernate Multiple representations of the same entity

hibernate jpa jpa-2.1

How to set @CreatedDate in the past (for testing)

org.h2.jdbc.JdbcSQLException: Schema "DBO" not found

Spring Data JPA - Join unrelated entities by defining projections

Creating queries using Criteria API (JPA 2.0)

Unknown entity class error message even though the entity is marked with @Entity annotation

How do I query UUIDs stored as binary in a database (JPA/Hibernate/MySQL)

hibernate jpa binary uuid

Why do we have to manually flush() the EntityManager in a extended PersistenceContext?

java jpa persistence ejb flush

JPA: how do you get/print the JPQL query string behind a (typed) query after parameters have been set?

java debugging jpa jpql

Is a Spring Data (JPA) Repository thread-safe? (aka is SimpleJpaRepository thread safe)

Priority between properties in HibernateJPAVendorAdapter and JPAProperty

JdbcTemplate query close database connection

Key & value column name overrides when mapping java.util.Map with JPA annotations

Filters For Spring Data + JPA

jpa spring-data

Querying a nullable @OneToOne relationship with JPA

java sql hibernate jpa jpql