Hi everyone, I've been using PB to implement my persistence framework, works wonders so far.... Now I came accross a point that needs to use a list in a class similar to DListImpl, where I can have a collection of objects without having to set a forignkey on the N side.... Is there a way of using DListImpl from PB? And if not.... Is there a way of initializing the DListImpl without having to do OJB.getInstance().newDListImpl()?? That way I can keep my convention of not using Persistence related code in my model.....
Thanks, Saman --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
