Re: [hibernate-dev] Lightweight bulk reading

2006-10-12 Thread Christian Bauer
On Oct 12, 2006, at 3:56 PM, Paul Williams wrote: I’m trying to read a lot of records in from a table without the need for Hibernate to cache them etc. Basically I’m trying to re- create a search index from the table contents and want to process the table in a very lightweight manner.

Re: [hibernate-dev] Lightweight bulk reading

2006-10-12 Thread Max Rydahl Andersen
forum.hibernate.org should be used for usage questions; not this devel list. Hi, I'm trying to read a lot of records in from a table without the need for Hibernate to cache them etc. Basically I'm trying to re-create a search index from the table contents and want to process the table in

[hibernate-dev] Lightweight bulk reading

2006-10-12 Thread Paul Williams
Hi,   I’m trying to read a lot of records in from a table without the need for Hibernate to cache them etc.  Basically I’m trying to re-create a search index from the table contents and want to process the table in a very lightweight manner.   Can anyone suggest a good approach for doin