Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Reproduce com.mysql.jdbc.exceptions.jdbc4.CommunicationsException with a setup of Spring, hibernate and C3P0

mysql hibernate spring jdbc c3p0

JPA-style Criteria/CriteriaBuilder queries from Hibernate Session

hibernate jpa criteria-api

Hibernate Second level query caching issue with same where clause

What would cause Hibernate performance to fluctuate in a nondeterminisic way?

java performance hibernate

Enable no-proxy behaviour for all FetchType.LAZY non-collections by default in Hibernate

java hibernate jpa

Using TransactionProxyFactoryBean with Spring and Hibernate

Spring data repository sends null as bytea to PostgreSQL database

Hibernate/JPA: How to force implicit joins to use LEFT OUTER JOINS

hibernate jpa hql outer-join jql

What does Hibernate.initialize do?

How to eagerly load lazy fields with JPA 2.0?

Deep clone of Hibernate entity

How do you get equals() working with Hibernate entities when lazy=true?

JPA / Hibernate unidirectional one-to-one mapping with shared primary key

Executing multiple native queries in one go

java mysql hibernate native

Memory Leak on stop or redeploy - Spring 3.1.2, Hibernate 4.1.0, Spring Data-Jpa 1.1.0, Tomcat 7.0.30

Java 8 Date Time api in JPA

IllegalArgumentException: Type cannot be null

java mysql spring hibernate jpa

Without using hibernate.hbm2ddl.auto, how do I export all the initial schema into Flyway?

PreUpdate not firing when adding to a collection [duplicate]

java hibernate orm jpa

How can I prevent Hibernate fetching joined entities when I access only the foreign key id?

java sql hibernate