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

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

Fields in org.apache.ode.dao.jpa with type parameters of type ScopeDAOImpl
static javax.persistence.metamodel.CollectionAttribute<ScopeDAOImpl,ScopeDAOImpl> ScopeDAOImpl_._childScopes
           
static javax.persistence.metamodel.CollectionAttribute<ScopeDAOImpl,ScopeDAOImpl> ScopeDAOImpl_._childScopes
           
static javax.persistence.metamodel.CollectionAttribute<ScopeDAOImpl,CorrelationSetDAOImpl> ScopeDAOImpl_._correlationSets
           
static javax.persistence.metamodel.SingularAttribute<ScopeDAOImpl,java.lang.Integer> ScopeDAOImpl_._modelId
           
static javax.persistence.metamodel.SingularAttribute<ScopeDAOImpl,java.lang.String> ScopeDAOImpl_._name
           
static javax.persistence.metamodel.SingularAttribute<ScopeDAOImpl,ScopeDAOImpl> ScopeDAOImpl_._parentScope
           
static javax.persistence.metamodel.SingularAttribute<ScopeDAOImpl,ScopeDAOImpl> ScopeDAOImpl_._parentScope
           
static javax.persistence.metamodel.CollectionAttribute<ScopeDAOImpl,PartnerLinkDAOImpl> ScopeDAOImpl_._partnerLinks
           
static javax.persistence.metamodel.SingularAttribute<ScopeDAOImpl,ProcessInstanceDAOImpl> ScopeDAOImpl_._processInstance
           
static javax.persistence.metamodel.SingularAttribute<ProcessInstanceDAOImpl,ScopeDAOImpl> ProcessInstanceDAOImpl_._rootScope
           
static javax.persistence.metamodel.SingularAttribute<CorrelationSetDAOImpl,ScopeDAOImpl> CorrelationSetDAOImpl_._scope
           
static javax.persistence.metamodel.SingularAttribute<XmlDataDAOImpl,ScopeDAOImpl> XmlDataDAOImpl_._scope
           
static javax.persistence.metamodel.SingularAttribute<PartnerLinkDAOImpl,ScopeDAOImpl> PartnerLinkDAOImpl_._scope
           
static javax.persistence.metamodel.SingularAttribute<ScopeDAOImpl,java.lang.Long> ScopeDAOImpl_._scopeInstanceId
           
static javax.persistence.metamodel.CollectionAttribute<ProcessInstanceDAOImpl,ScopeDAOImpl> ProcessInstanceDAOImpl_._scopes
           
static javax.persistence.metamodel.SingularAttribute<ScopeDAOImpl,java.lang.String> ScopeDAOImpl_._scopeState
           
static javax.persistence.metamodel.CollectionAttribute<ScopeDAOImpl,XmlDataDAOImpl> ScopeDAOImpl_._variables
           
 

Methods in org.apache.ode.dao.jpa with parameters of type ScopeDAOImpl
 void PartnerLinkDAOImpl.setScope(ScopeDAOImpl scope)
           
 

Constructors in org.apache.ode.dao.jpa with parameters of type ScopeDAOImpl
CorrelationSetDAOImpl(ScopeDAOImpl scope, java.lang.String name)
           
ScopeDAOImpl(ScopeDAOImpl parentScope, java.lang.String name, int scopeModelId, ProcessInstanceDAOImpl pi)
           
XmlDataDAOImpl(ScopeDAOImpl scope, java.lang.String name)
           
 



Copyright © 2015 WSO2. All Rights Reserved.