scroll « Criteria « JPA Q&A





1. Postgresql OutOfMemory with Criteria.scroll() in Hibernate with 2M records    stackoverflow.com

I am running a Criteria.scroll() on PostgreSQL on a DB containing 2M records. The memory keeps increasing and finally it generates an OutOfMemoryException. Please can you advice how to fix this.

Postgresql ...

2. Scroll through criteria    forum.hibernate.org

Hibernate version: 2.1.6 Name and version of the database you are using: SQL Server 2000 / jtds 0.9 rc 1 Hi, I hope someone can help me out here with a scenario that I've got. We've got an address table with quite a lot dependencies on other tables that needs to be queried with all kinds of selects. I've solved this ...