Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Trying to use Infinispan as a JPA/Hibernate second level cache provider, without success

Infinite recursion on many to many relation in the same entity

spring hibernate jpa recursion

Spring JPA slow query with Oracle using like and upper

How do I prevent Hibernate from converting ZonedDateTime to UTC when persisting to PostgreSQL `timestamp with time zone`

java postgresql hibernate

Hibernate: Parse/Translate HQL FROM part to get pairs class alias, class name

java hibernate hql

Spring Data JPA - Native query on crud repositories works with joins?

Using natural keys as part of equals and hashCode

java hibernate jpa

Hibernate mapping error

java hibernate

Bean validation @ElementCollection and @Version conflict and fails validation

Disable warning "entity was modified, but it won't be updated because the property is immutable" when saving entity with fields marked updatable=false

How does Hibernate function Restrictions.allEq(Map<String, Object>) treat null values?

Hibernate and Com_show_warnings == Com_select in MySQL

mysql hibernate

Viewing Data From Transactional Tests - Hibernate + Spring + MySQL

problem using Hibernate annotation with JodaTime

Hibernate/JPA 2.0 @OneToOne relationship with possibly non existent matching rows

Hibernate: 'Repeated column mapping in entity' vs 'Mixing updatable and non updatable columns in a property is not allowed'

java hibernate jpa orm mapping