Uses of Class
org.apache.ode.dao.jpa.CorrelatorDAOImpl

Uses of CorrelatorDAOImpl in org.apache.ode.dao.jpa
 

Fields in org.apache.ode.dao.jpa with type parameters of type CorrelatorDAOImpl
static javax.persistence.metamodel.SingularAttribute<MessageExchangeDAOImpl,CorrelatorDAOImpl> MessageExchangeDAOImpl_._correlator
           
static javax.persistence.metamodel.SingularAttribute<MessageRouteDAOImpl,CorrelatorDAOImpl> MessageRouteDAOImpl_._correlator
           
static javax.persistence.metamodel.SingularAttribute<CorrelatorDAOImpl,java.lang.Long> CorrelatorDAOImpl_._correlatorId
           
static javax.persistence.metamodel.SingularAttribute<CorrelatorDAOImpl,java.lang.String> CorrelatorDAOImpl_._correlatorKey
           
static javax.persistence.metamodel.CollectionAttribute<ProcessDAOImpl,CorrelatorDAOImpl> ProcessDAOImpl_._correlators
           
static javax.persistence.metamodel.CollectionAttribute<CorrelatorDAOImpl,MessageExchangeDAOImpl> CorrelatorDAOImpl_._exchanges
           
static javax.persistence.metamodel.SingularAttribute<ProcessInstanceDAOImpl,CorrelatorDAOImpl> ProcessInstanceDAOImpl_._instantiatingCorrelator
           
static javax.persistence.metamodel.SingularAttribute<CorrelatorDAOImpl,ProcessDAOImpl> CorrelatorDAOImpl_._process
           
static javax.persistence.metamodel.CollectionAttribute<CorrelatorDAOImpl,MessageRouteDAOImpl> CorrelatorDAOImpl_._routes
           
 

Methods in org.apache.ode.dao.jpa that return CorrelatorDAOImpl
 CorrelatorDAOImpl MessageExchangeDAOImpl.getCorrelator()
           
 

Methods in org.apache.ode.dao.jpa with parameters of type CorrelatorDAOImpl
 void MessageExchangeDAOImpl.setCorrelator(CorrelatorDAOImpl correlator)
           
 

Constructors in org.apache.ode.dao.jpa with parameters of type CorrelatorDAOImpl
MessageRouteDAOImpl(CorrelationKeySet keySet, java.lang.String groupId, int index, ProcessInstanceDAOImpl processInst, CorrelatorDAOImpl correlator, java.lang.String routePolicy)
           
ProcessInstanceDAOImpl(CorrelatorDAOImpl correlator, ProcessDAOImpl process)
           
 



Copyright © 2015 WSO2. All Rights Reserved.