Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to create Jpa repository dynamically inside a class?

JPQL, How to NOT select something

jpa jpql

Last update timestamp with JPA

java jpa

Should I let JPA or the database cascade deletions?

Hibernate: duplicate key value violates unique constraint

@CreationTimestamp and @UpdateTimestamp

hibernate jpa annotations

Getting Duplicate Entries using Hibernate

java hibernate jpa

Condition left join in CriteriaQuery

SpringDataJPA: custom data mapping with Native Query

spring jpa spring-data-jpa

Spring Boot + JPA + Hibernate does not commit when repository.save

Table size using JPA query language

java hibernate jpa jakarta-ee

Should @JoinTable be specified in both sides of a @ManyToMany relationship?

Bean Validation constraint(s) violated while executing Automatic Bean Validation on callback event: 'prePersist'

Cannot inject RESOURCE_LOCAL container managed EntityManager using @PersistenceContext

jpa jakarta-ee jta

Building a query using NOT EXISTS in jpa criteria api

jpa jpa-2.0 criteria-api

@Transactional (noRollbackFor=RuntimeException.class) does not prevent rollback on RuntimeException

hibernate creating empty table - hibernate_sequence at startup

mysql hibernate jpa sequences

Delete records from more than 1 year ago

java mysql spring jpa

JPA: please help understanding "join fetch"

hibernate orm jpa

JPA + Hibernate: How to define a constraint having ON DELETE CASCADE

java mysql hibernate jpa cascade