Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Hibernate get List from database

java hibernate

HiLo generator strategy not working

Should Hibernate be able to handle overlapping foreign keys?

createEntityManager throws java.lang.NullPointerException at org.hibernate.engine.transaction.internal.jta.JtaStatusHelper.getStatus

JPA (Hibernate) and custom table prefixes

java hibernate jpa

Using Spring HibernateTemplate. How to delete by Id?

java hibernate spring

Hibernate: org.hibernate.LazyInitializationException: could not initialize proxy - no Session [duplicate]

java hibernate lazy-loading

Conditional insert with Spring JPA / Hibernate

ManyToMany (with additional columns) using @ElementCollection and java.util.Map?

hibernate jpa map many-to-many

How to set Foreign key name in @OneToOne relation with @JoinColumn and @MapsId

Hibernate Exception: Pre-bound JDBC Connection found

java spring hibernate

How do I find the cause of javax.transaction.RollbackException?

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