Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Hibernate @OneToOne executes multiple queries even with @Fetch(FetchMode.JOIN)

Change FetchType.LAZY to FetchType.EAGER temporary at runtime (Hibernate/JPA)

spring hibernate jpa

Hibernate Interceptor onFlushDirty called multiple times with same values

hibernate interceptor

How do I exclude the JBoss provided javax.persistence module?

In Java, when should I prefer String over StringBuilder vice versa?

"Not known whether passed class name ... is safe" using JPA EmbeddedId with Hibernate

java hibernate jpa jpa-2.0

It is possible to reference another SQL file from SQL script

Mixing programmatic and declarative transactions in legacy software

java spring hibernate

How do you enable hibernate.generate_statistics with Spring Boot?

java spring hibernate

PostgreSQL throws "column is of type jsonb but expression is of type bytea" with JPA and Hibernate

Multimap in Hibernate

hibernate multimap

What is the proper JPA mapping for @Id in parent and unique sequence in base classes

java hibernate jpa sequences

JPA 2.0, hibernate 3.5, jars & persistence.xml location

Hibernate recursive query

java hibernate orm recursion hql

Hibernate generating SQL queries when accessing associated entity's id

java.lang.ClassCastException: [B > cannot be cast to java.lang.String

Hibernate Criteria and Count Column

How to disable JPA 2 callback methods and entity listeners

java hibernate testing jpa-2.0

Hibernate OneToOne automatic join fetching (resolving n+1 problem)

java hibernate jpa

Hibernate: Is it possible to map multi-level inheritance to single table?