Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Hibernate vs EclipseLink

java hibernate jpa eclipselink

Hibernate @DynamicUpdate(value=true) @SelectBeforeUpdate(value=true) performance

Spring Boot + Spring Data with multi tenancy

JPA @ElementCollection how can I query?

Hibernate default joining for nullable many-to-one

When does retrieving a Hibernate proxy's id initialize the proxy?

java hibernate lazy-loading

Reading from multiple Db's with same Persistence Unit?

java hibernate spring jpa

How to countDistinct on multiple columns

hibernate jpa jpa-2.0

How to call a Stored Procedure from Hibernate having both IN and OUT parameters

Hibernate Save Object to Multiple Sessions

Set table name in Spring JPA

spring hibernate jpa naming

Getting column names from a JPA Native Query

java sql hibernate jpa

How to map the PostgreSQL Interval column type in Hibernate?

Efficiency of Hibernate's table-per-subclass inheritance strategy

How to configure hibernate-tools with maven to generate hibernate.cfg.xml, *.hbm.xml, POJOs and DAOs

What is the difference between @Entity in Hibernate and JPA

Unable to resolve name [org.hibernate.cache.ehcache.EhCacheRegionFactory] as strategy [org.hibernate.cache.spi.RegionFactory]

hibernate caching ehcache

Are Hibernate Named Queries precompiled in the true sense?

Orphans remain in database even with orphanRemoval=true on one-to-many relationship (JPA/Hibernate)

what's the default size of hibernate.jdbc.fetch_size?