Base class for using OJB-PB api within SessionBeans,
subclass this class to implement your own bean
implementations.
Use the
PBBaseBeanImpl.getBroker method to obtain a
PersistenceBroker instance, do PB.close() after
using.
Additionally there are some basic methods for
storing, deleting, counting, get all objects
implemented.
author: Armin Waibel version: $Id: PBBaseBeanImpl.java,v 1.4.2.2 2005/12/21 22:21:38 tomdz Exp $