Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

How to use Hibernate Validator to validate date ranges across multiple rows in a table?

Select in SAP HANA + Hibernate throws error: `Method unwrap of com.sap.db.jdbc.CallableStatementSapDBFinalize is not supported`

scala hibernate hana

object references an unsaved transient instance - save the transient instance before flushing : Spring Data JPA

TransactionRequiredException: no transaction is in progress while using JPAItemWriter

Configuring Hibernate Search with Infinispan and Wildfly

Hibernate many-to-many association not updating join table

Is my Java Hibernate application using Prepared Statement Pooling?

java hibernate profiler c3p0

spring.jpa.hibernate.ddl-auto=update property alters the foreign key every time

How to work with Hibernate's PersistentBag not obeying List equals contract?

list hibernate equals

Ant task for generating ER diagram from JPA/Hibernate annotated classes

java sql hibernate jpa ant

How do I left join tables in unidirectional many-to-one in Hibernate?

java hibernate orm many-to-one

JPA transaction rollback retry and recovery: merging entity with auto-incremented @Version

Spring 3.1 + Hibernate 4.1 Propagation.Supports issue

java spring hibernate

How to integrate LiquiBase + Spring + Hibernate without using hibernate.xml configuration file

Hibernate: Discriminator based multi tenancy using filter?

Hibernate cache: Are objects returned by a cached query stored in L2 cache?

java hibernate ehcache

Hibernate/Envers unable to read the mapped by attribute

Auditing collection of @Embeddables with overridden equals/hashCode in JPA2/Hibernate

How to manually invoke create-drop from JPA on Hibernate?

How to group by result with JPA and JpaSpecificationExecutor?