Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to use foreign id as primary id in spring boot jpa?

java mysql spring hibernate jpa

Entity class configuration in a Spring Java configuration

Compile-time checks for JPA entities and queries

Hibernate @OnDelete(action = OnDeleteAction.CASCADE) not working

java hibernate jpa

Login using hibernate/JPA

java hibernate jpa jpa-2.0

How to speed up Hibernate batch processing and avoid OutOfMemoryException

java mysql spring hibernate jpa

Mapping composite primary and foreign keys with JPA

java hibernate jpa

Where to put META-INF/services/java.sql.Driver in web app

java web-applications jpa jdbc

save() performance - will saveAndFlush() be better?

Manipulating JPA enities direclty in the web layer without DTOs

web-applications jpa dto

how to prevent hibernate to insert into one table in many to many mapping

Enum type fields in JPA Entity

java jpa spring-data-jpa

Spring JPA Query annotation - input a sql file

Concrete example where you would use a @OneToOne relationship?

JPA Unary Operators

Updating ManyToMany relationships in JPA or Hibernate

java hibernate jpa