Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Spring Boot + Hibernate Multi-tenancy: @Transactional not working

Hibernate Multi-table Bulk Operations always try to create the temporary table

Spring Security Role - user can change only own data?

How to persist a JPA field as a clob?

java hibernate jpa

Spring Boot Rest API, JPA Entities, DTOs, what is the best approach?

java spring-boot hibernate jpa

Is it possible in JPA to redefine inherited attributes as transient?

Hibernate reverse engineering

java hibernate orm

Unable to resolve name [org.hibernate.dialect.MYSQL5Dialect] as strategy [org.hibernate.dialect.Dialect]

java hibernate spring-boot

Does @ElementCollection imply orphanRemoval?

java hibernate orm

Unable to local MySQL database with Spring app deployed through Tomcat

Mysterious integrity constraint violation in HSQLDB database

Packaging ORM entities in microservice design

Hibernate foreign key is primary key

java hibernate

JPA: @OneToOne creates an implicit unique constraint with a randomly generated name. Is there any way to spcify that name in code using annotations?

java hibernate jpa constraints

Hibernate: lazy-loading doesn't work on one-to-many mapping on set

hibernate spring spring-mvc

javax.persistence.TransactionRequiredException: no transaction is in progress in Spring 5

"derby dialect has been deprecated"

Hibernate doesn't creating Join Table on his own