Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Where possible, should SQL queries be eliminated in favour of utilising Hibernate?

java hibernate

JDBC Query vs JPA Query Performance

java hibernate jpa jdbc

Spring Framework Collection was evicted

java spring hibernate

monitoring mysql for changes

Hibernate: how do I retrieve my entities from a ScrollableResults?

how to set query to be read uncommited?

java hibernate transactions

Spring+JPA+Hibernate: persist is updating the entity surprisingly. Please go through the details

java hibernate spring orm jpa

OutOfMemory when reading big amounts of data using hibernate

Is cayenne good choice for my requirement? [closed]

hibernate3-maven-plugin dependencies for newer version of hibernate

hibernate using annotations or using hibernate configuration files

org.hibernate.ejb.HibernatePersistence cannot be cast to javax.persistence.spi.PersistenceProvider

Declared metamodel attributes work fine BUT Inherited Metamodel Attributes are NULL. Why?

Issues with the usage of @PreUpdate

java hibernate jpa annotations

How do I implement Unit Of Work in Spring & JPA/Hibernate?

Intermittent SQLException: OALL8 is in an inconsistent state

Does Hibernate update an entity that has not changed?

java sql hibernate

Named query and pagination

java database hibernate jpa hql

Persist a Map<Integer,Float> with JPA

java hibernate jpa

Query with JOIN FETCH performance problem

java hibernate