Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

JPA 2.0: Load a subset of fields for an entity

hibernate jpa

org.hibernate.AnnotationException: @OneToOne or @ManyToOne on <entity> references an unknown entity

Nice way to select a tuple using JPA

java hibernate generics jpa jpql

Hibernate buildSessionFactory() Exception

Hibernate : mapping files or annotations?

java hibernate

not all named parameters have been set hibernate in createSQLQuery

java hibernate struts

How to serialize lazy loaded entities with jackson module hibernate?

How to write query(include subquery and exists) using JPA Criteria Builder

hibernate jpa jpa-2.0 criteria

QueryDsl - case expression with string value

java hibernate querydsl

Global hibernate filter on all database queries

Why is it necessary to call session.flush() after session.delete() in Hibernate?

java spring hibernate

Failed to write HTTP message: org.springframework.http.converter.HttpMessageNotWritableException:

Spring Data JPA: Delete Optimistic Locking semantics

Update query in createNativeQuery

java postgresql hibernate jpa

Spring boot hibernate no transaction is in progress

How to run a Hibernate NativeQuery in a type-safe manner instead of returning an Object[]

java sql hibernate jpa orm

Why does query caching with Hibernate make the query ten times slower?

java hibernate caching ejb-3.0

oracle hibernate + maven dependenciesm dbcp.basicdatasource exception

Connection Pooling with Spring & Hibernate

Hibernate Criteria n+1 issue with maxresults

hibernate criteria