Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA Criteria Query distinct

java jpa criteria-api

JPA find the Last entry

java sql jpa

Hibernate + MySQL: How to set the encoding utf-8 for database and tables

JPA Hibernate - cascade delete in both database and annotation

Spring JPA Lock

java spring hibernate jpa

Spring + Hibernate + JPA [closed]

JPA using multiple database schemas

java database spring jpa schema

Hibernate @Enumerated mapping

java hibernate jpa enums

JPA - When to use getTransaction() when persisting objects

JPA - create-if-not-exists entity?

java database hibernate jpa

Why can't entity class in JPA be final?

java jpa

JPA one-to-many filtering

java jpa one-to-many

Can I name my constraints with JPA?

Is Select EXISTS() possible in JPQL?

jakarta-ee jpa jpa-2.0 jpql

What is a good strategy for converting jpa entities into restful resources

java rest jpa jackson

JPA 2 Criteria Fetch Path Navigation

java jpa jpa-2.0 fetch

Transactional annotation on whole class + excluding a single method

How to use "findBy" in an Entity with a Composite PK (Hibernate JPA)

Is it possible to add JPA annotation to superclass instance variables?

Total row count for pagination using JPA Criteria API