Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

EclipseLink JPA inheritance without discriminator column

Can I have a single JPA repository interface handling multiple entity classes using Spring Data JPA?

JPA 2 Criteria API, children count criteria

java jpa criteria

How to set Hibernate bulk_id_strategy in spring boot application?

Spring Data JPARepository and @Transactional For Multiple Operations inside One Method

How to validate if a foreign key entry exists?

jsf jpa jsf-2 jpa-2.0

Integrating a Jakarta Persistence implementation with modular JavaFX/Maven/JLink app

java hibernate maven jpa javafx

entityManager.persist not saving anything to database

Spring Boot JPA native query for enum values

Self join in criteria query

JPA & PostgreSQL: How do I call a stored procedure with void return type?

java postgresql jpa plpgsql

update or delete on table "users" violates foreign key constraint "fk_owner_id" on table "movie_list"

JPA @OrderBy with Hibernate

java hibernate jpa

How to avoid initializing HibernateProxy when invoking toString() on it?

hibernate jpa

How to generate a predicate array of OR statements

jpa criteria-api