Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA Clean Architecture

Error: Getters of lazy classes cannot be final Kotlin Spring Boot

rest spring-boot jpa kotlin

How to query JPA LocalDateTime field with a LocalDate value?

Why is "public" not allowed for properties in JPA entities?

java jpa jakarta-ee

ids for this class must be manually assigned before calling save()

hibernate jpa one-to-many

Can Hibernate tool generate JPA POJO?

How can I use JPA to search for a substring on a field?

java jpa

JPA Query over a join table

jpa jpql

spring hibernate manual commit

How to resolve Oracle's 'rownum' pseudocolumn with JPA Criteria API?

java hibernate jpa

Functions and Operators not working in Eclipselink

SpringBoot DataSource configuration

spring jpa spring-boot

What is the JPA CriteriaBuilder way for filtering on Sub Classes?

java jpa criteria-api

Error: Parameter value did not match expected type

jpa jpql

Does JPA return "null" or empty collection for a collection property that is empty in the DB?

How can I find out the length of a column in a JPA @Entity?

java jpa

JPA setParameter when dealing with "NOT IN (:param)"

java jpa named-query

Using reserved JPQL keywords with JPA

java orm jpa jakarta-ee jpql

Hibernate / JPA: duplicates in child collection

hibernate jpa

Is it possible to do type conversion (from boolean to yes_no) in pure JPA?