Re: [T5] Persistent field strategy and Hibernate

2008-01-14 Thread Ted Steen
We still got this problem. Is there anyone who know anything about this? If I read persistent fields from one page, why do persistent fields (with the same type) from other pages get read from the session aswell? This is a problem when working with hibernate. Thanks! /Ted 2007/11/27, Olof

[T5] Persistent field strategy and Hibernate

2007-11-27 Thread Olof Næssén
I've stumbled on a problem with implementing a custom persistent field strategy that uses Hibernate. As the the application uses Hibernate I would like to use Hibernate entities as models, but this causes a problem when storing entities in the session as our Hibernate session is created per