Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA: Error: Attempt to recreate a file for type <MyClass>

java jpa compiler-errors

Naming strategy of columns in spring boot 2

Mockito findByIdOrNull issue

How do I skip certain @Entity classes from being created as a table in h2 (in memory) database in Spring Boot?

How to map Java/Kotlin string array and Postgres SQL array with JPA and hibernate

UUID primary key for JPA Entity: safe approach to use unique values on multiple instances

java spring-boot hibernate jpa

Spring Boot 2.5.0, Spring Cloud 2020.0.2 and Hibernate 5.4.31 - H2 Database Multi Row Insert Failing

A class that behaves like @Entity and @Embeddable

java hibernate jpa

(JPA/Toplink) Network error IOException: Address already in use: connect

What is a good inheritance strategy with Hibernate and JPA?

IBM Websphere JPA configuration - how to update persistence.xml

java orm jpa websphere openjpa

JPA 2 - Using the EntityManager in JavaSE - a couple of questions

Cannot remove entity which is target of @OneToOne relation

java hibernate jpa

How to implement change log with JPA?

jpa changelog

javax.validation.ConstraintViolationException: Bean Validation constraint(s) violated on preUpdate validation

Ignoring some elements/classes in JAXB binding

jpa jaxb hyperjaxb

How to handle large dataset with JPA (or at least with Hibernate)?

JPA: Foreign key that is also a primary key mapping

java database jpa orm

How to persist @ManyToMany relation - duplicate entry or detached entity

Get Hibernate SessionFactory from JPA's entityManagerFactory

hibernate jpa