Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to use spring batch to read JPA entities with associations

java spring jpa spring-batch

Is it possible to have autoincrement number without it being an ID?

postgresql hibernate jpa

Can't delete child entity without deleting parent entity, regardless of CascadeTypes?

JPA entity with collection returns false for contains method on detached member

Regular expression matching in queryDSL

jpa querydsl

EntityManager find() method returns null if the id is not found

jpa entitymanager

org.springframework.dao.DataIntegrityViolationException after update spring-boot from 2.1.x to 2.2.x using hibernate and spring-boot-data-jpa

JPA Criteria Query API and order by null last

java jpa criteria

JPA: Query an embeddable List inside an entity

JPA BigInteger is beeing mapped to decimal for MySQL?

java mysql jpa spring-boot

JPA Unknown Column in Field List

java mysql spring hibernate jpa

JPA and enum type

java caching jpa

Changing the inheritance strategy in branches of the class hierarchy via JPA annotations

java hibernate jpa

Change the Entity ID name in JPA

java hibernate jpa

Use of @EmbeddedId and @MapsId causes NULL inserted (NOT NULL constraint violation)

java jpa

JPA @PreUpdate is not called

java jakarta-ee jpa

What is the best way of mapping non-null fields between entity and DTO?

java spring-boot jpa mapping dto

Hibernate N+1 problem on OneToOne relationship

What should be included in equals and hashcode for JPA Entity [closed]

java hibernate jpa