Package bexee.dao

Persistence package; a "Data Access Object" pattern implementation for bexee.

See:
          Description

Interface Summary
BPELProcessDAO The BPELProcessDAO abstracts the underlying data access implementation for BPELProcess objects to enable transparent access to the data source.
ProcessContextDAO The ProcessContextDAO abstracts the underlying data access implementation for ProcessContext objects to enable transparent access to the data source.
 

Class Summary
DAOFactory Abstract factory class for constructing various types of DAOFactory implementations, each factory supporting a different type of persistent storage implementation.
JDOBPELProcessDAO This class uses JDO to store and load BPELProcess objects.
JDODAOFactory JDO DAO factory for constructing DAO implementations using JDO as data source.
JDOProcessContextDAO This class uses JDO to store and load ProcessContext objects.
MemoryBPELProcessDAO This class uses memory rather than persistent storage to store and load BPELProcess objects.
MemoryDAOFactory Memory DAO factory for constructing DAO implementations using memory as data source.
MemoryProcessContextDAO This class uses memory rather than persistent storage to store and load ProcessContext objects.
 

Exception Summary
DAOException This class is used to indicate that something went wrong trying to insert, find, update etc. in a DAO class.
 

Package bexee.dao Description

Persistence package; a "Data Access Object" pattern implementation for bexee.


Last modified: $Revision: 1.1 $, $Date: 2004/12/15 14:18:09 $



Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.