Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

How to configure Grails 3.1.1 to use Hibernate 5

How to generate a Java Class from a database for use with Hibernate 4

ManyToOne relation without list/set using JPA

java hibernate jpa many-to-one

Should I apply @Transactional(readOnly = true) to a simple query method?

Spring Data JPA Hibernate Many to Many cascade delete

hibernate spring-data-jpa

Hibernate Spring - @OneToMany - Foreign key is not getting stored in database

How to check if entity in Hibernate is dirty?

java hibernate jpa orm jpa-2.0

class org.hibernate.mapping.BasicValue cannot be cast to class org.hibernate.mapping.ToOne while upgrading hibernate/JPA/Spring boot version to 3.1.1

Do bidirectional entities require both sides to add each other in Hibernate?

java hibernate

Good ideas for debugging Hibernate Session/Transaction errors?

On delete set null in hibernate in @OneToMany

java hibernate jpa one-to-many

Using Java records as JPA embeddables

JPA @onetomany cascade insert is throwing org.hibernate.exception.ConstraintViolationException

java postgresql hibernate jpa

@JsonIgnore does not ignore fields in hibernate Entity

java json hibernate jackson

Hibernate: saveorupdate() not updating the object

Spring and Hibernate configuration

hibernate spring