org.apache.ode.dao.jpa
Class CorrelationSetDAOImpl
java.lang.Object
org.apache.ode.dao.jpa.CorrelationSetDAOImpl
- All Implemented Interfaces:
- CorrelationSetDAO
@Entity
public class CorrelationSetDAOImpl
- extends java.lang.Object
- implements CorrelationSetDAO
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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
CorrelationSetDAOImpl
public CorrelationSetDAOImpl()
CorrelationSetDAOImpl
public CorrelationSetDAOImpl(ScopeDAOImpl scope,
java.lang.String name)
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.