Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

How to properly handle the version field in a JPA entity with Spring Data

How to optimize or alter hibernate generated SQL statement

java hibernate jpa

Unable to obtain isolated JDBC connection: org.hibernate.exception.JDBCConnectionException

Spring Data JPA Is Too Slow

Group by date intervals using JPA's Criteria API

ModelMapper - failed to convert org.hibernate.collection.internal.PersistentBag to java.util.ArrayList

java hibernate modelmapper

How do we update a deep cloned entity?

Spring-data-jpa: batch inserts are not working

Why can't hibernate lazily fetch @ManyToOne and @OneToOne?

Concurrency - Spring + Hibernate + SQL Server

What are the benefits of session-per-conversation?

Cascading Deletes/Updates using JPA or Inside of Database?

sql hibernate jpa hsqldb cascade

Using hibernate hbm2ddl.auto=update : How can I alter column not to require value anymore?

hibernate hbm2ddl

Why are life-cycle listeners in Hibernate Serializable?

java hibernate

Hibernate Save strange behaviour

Prevent the same object from being associated to two different sessions in hibernate

java hibernate session

Value of 0 in Hibernate IndexColumn mapped with base=1

JPA @ManyToMany on only one side?

How to map a property for HQL usage only (in Hibernate)?

java hibernate orm

Where to open sessions in a Spring/Hibernate stack?

hibernate spring