Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Spring Boot + JPA : @Transactional annotation : Roll back is not working

java spring spring-boot jpa

Is it required for spring boot application to be connected to database when performing unit test

jpa - How to create a many to many relationship with an IdClass?

42Y36: SELECT list may only contain grouping columns, grouping 'table.*' not allowed

java jpa derby jpql

Ebean ManyToOne Mapping CRUD

Spring Data JPA: Mark entity as dirty to increase @Version

JPA and JSF: right way of injecting EntityManager

java hibernate jsf jpa cdi

QueryDsl projection ElementCollection

java jpa querydsl

JPA - Paginated query with ManyToMany collection returns wrong number of entities

Getting 500 Internal Server Error SpringBoot [duplicate]

entityManager.getTransaction().rollback() detaches entities?

Hibernate: Set field by its column name

java hibernate jpa

Persist custom class into database, custom serialization rules

hibernate jpa

How to set up @Id field properly when database table is already populated JPA

java jakarta-ee jpa derby

Spring JPA transaction commits before the @Transactional annotated method ends

spring jpa transactions

@SequenceGenerator's initValue and allocationSize are ignored and generator not assigned to @Id field (H2, HIbernate, Spring)

java spring hibernate jpa h2