Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Why is Hibernate generating this SQL query?

java mysql hibernate

Need to return Boolean @ResponseBody. Now getting HTTP 406 error

Join only first row with HQL

hibernate join hql

@PrePersist is being called and modifies the entity, but is not written to the database

Hibernate: Creating an index for an ElementCollection table

Making many to many relationship cacheable in JPA

hibernate jpa

Bean Validation API

java regex spring hibernate

Hibernate Soft Delete using update Cascade

Tomcat/Grails memory leaks

Java hibernate/jpa how to create dynamic generic entity that is self related

Nested fetch join with JPQL and Hibernate

java hibernate jpa jpql

How to configure package level @TypeDefs with Spring Hibernate

java spring hibernate jpa orm

How to get Query from Hibernate saveOrUpdate(Object) (not for logging)

java hibernate

Hibernate Stored Procedure calls with multiple named parameters and result set not working

Oracle query results pagination without TABLE FULL SCAN data access method

oracle hibernate pagination

No qualifying bean of type [org.hibernate.SessionFactory]

Hibernate does wrong insertion order for child entities with composite keys

java hibernate jpa orm

Hibernate criteria by latitude and longitude

Cache inconsistency - Entity not always persisted in cached Collection

How to check isDirty('transient_fieldName') for transient fields in Grails