Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Spring transactional annotation rollback test doesn't seem to go well

JPA Hibernate select distinct over @ElementCollection and compare

java spring hibernate jpa

How to do bulk inserts with JpaRepository with dynamic batch_size i.e batch_size is not known

Best practices for Entity to DTO conversion in Kotlin + Spring Boot

spring rest kotlin jpa mapping

JPA with SequenceGenerator and GeneratedValue

How do you to create a one to many relationship in JPA with no JoinTables?

java jpa one-to-many

Unable to persist new object graph using JPA (hibernate) with simple oneToMany - ManyToOne relationship

JPA query returns Object[] instead of desired entity

java sql-server jpa

Upgrade from Spring Boot 2.7.2 to Spring Boot 3.0.0-SNAPSHOT: java: package javax.persistence does not exist

spring spring-boot jpa

Map postgreSQL enum to Java enum with JPA (EclipseLink) and custom converter

how to avoid model code duplication with JSF and JPA

jsf jpa code-duplication

Hibernate/JPA - Is possible to use @Id and @EmbededId at same time?

hibernate jpa key composite

JPA reserved keywords to postgres

How to map MySQL Timestamp field in Spring JAVA(JPA/Hibernate)

java mysql spring hibernate jpa

Is it possible to use the JPA @OrderBy annotation to sort in a case-insensitive way?