Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

In JPA 2.0 JPQL, when one returns a NEW object, how may one make use of FETCH JOINs?

jpa jpql

Creating a generic DAO for JPA that I can inherit from

java jakarta-ee jpa

OpenJpa and JNDI

jpa jndi openjpa

relationship and build database

JPA merge() best practice

JPA merge() updates only some fields. Other changes are not recognized

injecting repositories in implementation class without using @autowired in spring data using xml

spring jpa spring-data-jpa

EclipseLink Audit / History / Track changes

Spring Data JPA and MySQL: How to avoid "duplicate entry" error in multithreaded environment?

Field modified in @PostPersist is not updated in the DB

hibernate jpa

Is there a way to rank results using Hibernate's Criteria API?

Glassfish 4 no password credential for resource

java mysql eclipse jpa glassfish

form binding: relationship with intermediate entity (nested entity) - indirect Entity creation and binding

How to soft delete (logical delete) for all entities in eclipselink

java jpa eclipselink

Hibernate: Replacement for Ejb3Configuration Class

java hibernate jpa

QueryDsl orderBy column name

hibernate jpa querydsl

How to delete children on update parent?

JPA Entity Manager - How to run SQL script file?

Change Table Name of an Entity on runtime? [duplicate]

java hibernate orm jpa jpa-2.0

Getting object field previous value hibernate JPA