Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

JPA: Database Generated columns

java hibernate orm jpa

How do I cure the cause of Hibernate exception "IllegalArgumentException occurred while calling setter"?

How to swap out hibernate.cfg.xml properties?

Why datasource is not found in JNDI after injection from jndi.properties?

Dynamically sorting a NamedQuery? Seam/Hibernate/JPA

hibernate sorting jpa seam

Using JPA 2.0 Criteria API and cast causes generated JPQL to fail in Hibernate

Why does hibernate do the SELECT before SAVE?

hibernate optimization

hibernate v/s stored procedure or functions performance

performance hibernate plsql

Control order of updates in hibernate

java hibernate postgresql

JBoss AS 7 migration - java.lang.ClassNotFoundException: org.hibernate.validator.ClassValidator

hibernate jboss seam jboss7.x

Trying to understand the importance of an owning side of a one-many relationship in ORM

Is there a way to stop Hibernate from corrupting boolean literals in @Where annotations?

java hibernate boolean hsqldb

HQL/SQL select top 10 records based on count

mysql sql hibernate hql

JPA + Hibernate + EHCache, unexpected behavior

Return a subset of a JPA entity as a array of maps from a JPQL query?

hibernate jpa jpql

Hibernate issue: @OneToMany annotation returns duplicates

java mysql spring hibernate

hibernate-spatial: sql query to retrieve a geometry

How to persist an EnumSet (using two database tables)?

Spring-JPA: updating parent Entity fails to persist new child Entities, interpreting them as Transient instead

How to search fields with wildcard and spaces in Hibernate Search