Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA OneToMany list does not find mappedBy property which should be inherited

How to migrate usage of JpaTemplate from Spring 3.2 to 4.1.4?

spring jpa spring-4

Why is JPA double-inserting child entities?

java jpa spring-data-jpa

JPA delete fails (integrity constraint violation: foreign key no action) - data model too convoluted?

Data lost because of JPA AttributeConverter?

java hibernate jpa

how to write JPQL query for similar characters

regex hibernate jpa jpql

Adding the JPA @OrderColumn afterwards causes null index column for collection error

hibernate jpa jpa-2.0 jpa-2.1

How to get multiselect results containing both properties and lists via JPA 2.1 in Java?

jpa one-to-many projection

How to extract Spring Data JPA query to separate file

Updating an entity with updatable=false set the field to null

hibernate jpa spring-boot

hibernate spring doesn t close connections

java spring hibernate jpa

Persist org.springframework.security.core.userdetails.User or UserDetails

Database design for User, UserRole - many to many relationship

JPA/eclipselink errors when migrating from java 8 to java 11

@JsonManagedReference and @JsonBackReference cannot get relation data from jsonbackreference model

JPA starts to consume more and more memory after each iteration

java jpa spring-data-jpa

Why put @Repository on top of Spring Data JPA interfaces?

EclipseLink generates cartesian plan instead of (inner) joins in SQL. Why?

How should I reset a JPA-controlled database before every test?

Spring Data JPA + JpaSpecificationExecutor + EntityGraph