Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Join Fetch for One To Many relationship is returning same entity multiple times

Update Springboot properties at runtime Hibernate/JPA

java hibernate jpa spring-boot

Defining database independent JPA object uid

java hibernate jpa datanucleus

ManyToOne relation without list/set using JPA

java hibernate jpa many-to-one

How to check if entity in Hibernate is dirty?

java hibernate jpa orm jpa-2.0

How do I keep my Java model independent from JPA entities while avoiding code duplication [closed]

openjpa, update, error 'PK has non-default value'

java jpa db2 websphere openjpa

On delete set null in hibernate in @OneToMany

java hibernate jpa one-to-many

java.lang.IllegalStateException: No explicit selection and an implicit one could not be determined

jpa

Given a 'java.sql.SQLIntegrityConstraintViolationException' is it possible to determine column('s) in error

java sql jpa unique-constraint

Using Java records as JPA embeddables

Does @PreUpdate always run when @PrePersist runs?

JPA @onetomany cascade insert is throwing org.hibernate.exception.ConstraintViolationException

java postgresql hibernate jpa

Generate Case Expression from SQL Query - Criteria Builder, Criteria Query

microprofile-config custom ConfigSource using JPA

jpa microprofile

OneToOne with hibernate JPA

How to make a field as optional in a JPA Entity?

java sql-server hibernate jpa

JPA - check if the user exists in the database by name?

Get generated id from a sequence before hibernate saves the object