org.apache.ode.dao.jpa
Class CorrelationSetDAOImpl

java.lang.Object
  extended by org.apache.ode.dao.jpa.CorrelationSetDAOImpl
All Implemented Interfaces:
CorrelationSetDAO

@Entity
public class CorrelationSetDAOImpl
extends java.lang.Object
implements CorrelationSetDAO


Field Summary
static java.lang.String DELETE_CORRELATION_SETS_BY_IDS
           
static java.lang.String SELECT_ACTIVE_SETS
           
static java.lang.String SELECT_CORRELATION_SET_IDS_BY_INSTANCE
           
static java.lang.String SELECT_CORRELATION_SET_IDS_BY_PROCESS
           
static java.lang.String SELECT_CORRELATION_SETS_BY_INSTANCES
           
 
Constructor Summary
CorrelationSetDAOImpl()
           
CorrelationSetDAOImpl(ScopeDAOImpl scope, java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Long getCorrelationSetId()
           
 ProcessInstanceDAO getInstance()
           
 java.lang.String getName()
           
 ProcessDAO getProcess()
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getProperties()
           
 ScopeDAO getScope()
           
 CorrelationKey getValue()
           
 int hashCode()
           
 void setValue(javax.xml.namespace.QName[] names, CorrelationKey values)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELETE_CORRELATION_SETS_BY_IDS

public static final java.lang.String DELETE_CORRELATION_SETS_BY_IDS
See Also:
Constant Field Values

SELECT_CORRELATION_SETS_BY_INSTANCES

public static final java.lang.String SELECT_CORRELATION_SETS_BY_INSTANCES
See Also:
Constant Field Values

SELECT_CORRELATION_SET_IDS_BY_PROCESS

public static final java.lang.String SELECT_CORRELATION_SET_IDS_BY_PROCESS
See Also:
Constant Field Values

SELECT_CORRELATION_SET_IDS_BY_INSTANCE

public static final java.lang.String SELECT_CORRELATION_SET_IDS_BY_INSTANCE
See Also:
Constant Field Values

SELECT_ACTIVE_SETS

public static final java.lang.String SELECT_ACTIVE_SETS
See Also:
Constant Field Values
Constructor Detail

CorrelationSetDAOImpl

public CorrelationSetDAOImpl()

CorrelationSetDAOImpl

public CorrelationSetDAOImpl(ScopeDAOImpl scope,
                             java.lang.String name)
Method Detail

getCorrelationSetId

public java.lang.Long getCorrelationSetId()
Specified by:
getCorrelationSetId in interface CorrelationSetDAO

getName

public java.lang.String getName()
Specified by:
getName in interface CorrelationSetDAO

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getProperties

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getProperties()
Specified by:
getProperties in interface CorrelationSetDAO

getScope

public ScopeDAO getScope()
Specified by:
getScope in interface CorrelationSetDAO

getValue

public CorrelationKey getValue()
Specified by:
getValue in interface CorrelationSetDAO

setValue

public void setValue(javax.xml.namespace.QName[] names,
                     CorrelationKey values)
Specified by:
setValue in interface CorrelationSetDAO

getProcess

public ProcessDAO getProcess()
Specified by:
getProcess in interface CorrelationSetDAO

getInstance

public ProcessInstanceDAO getInstance()
Specified by:
getInstance in interface CorrelationSetDAO


Copyright © 2015 WSO2. All Rights Reserved.