|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
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. |
Persistence package; a "Data Access Object" pattern implementation for bexee.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||