Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Locking a table with hibernate

java mysql hibernate

Querying a nullable @OneToOne relationship with JPA

java sql hibernate jpa jpql

PostgreSQL throws "Connection has been abandoned" -> "An I/O error occurred while sending to the backend"

Hibernate ignores fetchgraph

java hibernate jpa entitygraph

How to start a transaction in JPA using entityManager

JPA AttributeConverter makes hibernate generate update statements on whole table in transaction

Spring Data JPA streaming query methods cause an exception about transactions

How do I test my DAO update method in an AbstractTransactionalJUnit4SpringContextTests test?

Hibernate:Could not read entity state from ResultSet and IllegalArgumentException:GregorianCalendar.computeTime

java spring hibernate jpa jdbc

DDD: Entity and its identifier

problem with HQL update

java hibernate

Hibernate @OneToMany and UNIQUE constraint

hibernate

How to get hibernate to print out whats wrong with a named query?

java spring hibernate jpa

A soft-locked cache entry was removed already. Out of balance lock/unlock sequences?

java spring hibernate ehcache

hibernate store a Set<Enum> into database [duplicate]

java spring hibernate enums

HQL Left Outer Join for null column in one-to-one relation

java hibernate hql left-join

Change entity using Hibernate PreInsertEventListener

Bean Validation Fails on Hibernate Proxy? Expected Behavior?

Hibernate retuns list with null values when querying Oracle views

hibernate

Hibernate @ManyToOne only works with CascadeType.ALL