Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Error: The given id must not be null for GeneratedValue in JPA

Multiple references to database sequence [hibernate_sequence] were encountered

spring boot integration test - database not autowired with @WebMvcTest

How to force Hibernate to remove orphans before update

Kotlin, JPA and boolean fields

jpa kotlin

Spring Data JPA - query with the date minus 2 days not working

Default @Transactional in spring and the default lost update

java spring hibernate jpa

Spring Data JPA Foreign Key in Child not persisting

spring jpa spring-data

Does OneToMany(fetch=FetchType.EAGER) executes N+1 queries

database spring hibernate jpa

How to config "hibernate.integrator_provider" with springboot 1.5.x

hibernate spring-boot jpa

Is there any way to use constant (EnumType Ordinal) value in @Query annotation in JPA repository?

Why I get HHH015011: Unable to locate static metamodel field?

Without @Repository annotation the code works fine and with annotation also works fine. What is the difference?

Hibernate is inserting null value in foreign key field when saving a unidirectional one to many mapping

Spring Boot: Prevent persisting field declared in superclass

java spring-boot hibernate jpa

Process files in Java EE [closed]

java jpa jakarta-ee glassfish

Django-like queries in Java/JPA

java orm jpa

How to represent a 3-way relation with JPA?

java database-design jpa

Spring/JTA/JPA DAO integration test doesn't rollback?

spring jpa testing jta atomikos

JPQL LIKE expression on enum

java orm jpa jpql