Package org.apache.ode.daohib.bpel

An implementation of the BPEL data access objects (DAO) api using hibernate.

See:
          Description

Class Summary
ActivityRecoveryDaoImpl Hibernate based ActivityRecoveryDao implementation
BpelDAOConnectionFactoryImpl Hibernate-based BpelDAOConnectionFactory implementation.
BpelDAOConnectionImpl Hibernate-based BpelDAOConnection implementation.
CorrelatorMessageDaoImpl  
FaultDAOImpl Hibernate based FaultDAO implementation
HibernateDao Base class for our DAO objects.
MessageDaoImpl  
MessageExchangeDaoImpl  
PartnerLinkDAOImpl Hibernate based {EndpointReferenceDAO} implementation. can either be related to a scope (when it's specific to a scope instance, for example because it has been assigned during the instance execution) or to a process definition (general endpoint configuration).
ProcessDaoImpl Hibernate-based ProcessDAO implementation.
ProcessInstanceDaoImpl Hibernate-based ProcessInstanceDAO implementation.
ProcessManagementDaoImpl  
ScopeDaoImpl Hibernate-based ScopeDAO implementation.
XmlDataDaoImpl Hibernate-based XmlDataDAO implementation.
 

Package org.apache.ode.daohib.bpel Description

An implementation of the BPEL data access objects (DAO) api using hibernate.