Package | Description |
---|---|
com.yugandhar.common.transobj | |
com.yugandhar.msp.config | |
com.yugandhar.msp.dobj |
Modifier and Type | Method and Description |
---|---|
ConfigTxnRegistryDO |
AbstractTxnPayload.getConfigTxnRegistryDO() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfigTxnRegistryDO> |
AbstractTxnPayload.getConfigTxnRegistryDOList() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTxnPayload.setConfigTxnRegistryDO(ConfigTxnRegistryDO configTxnRegistryDO) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTxnPayload.setConfigTxnRegistryDOList(java.util.List<ConfigTxnRegistryDO> configTxnRegistryDOList) |
Modifier and Type | Method and Description |
---|---|
ConfigTxnRegistryDO |
ConfigTxnRegistryComponent.executeRepositoryQuery(java.lang.String txnserviceName,
java.lang.String filter)
Execute the query using JPA Repository
|
ConfigTxnRegistryDO |
ConfigTxnRegistryRepository.findByBusinessKeyActive(java.lang.String txnserviceName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfigTxnRegistryDO> |
ConfigTxnRegistryRepository.findAll() |
java.util.List<ConfigTxnRegistryDO> |
ConfigTxnRegistryRepository.findAllActive() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigTxnRegistryComponentRule.preExecuteConfigTxnRegistryCompMerge(ConfigTxnRegistryDO reqConfigTxnRegistryDO,
ConfigTxnRegistryDO dbimageConfigTxnRegistryDO,
TxnTransferObj txnTransferObj) |
void |
ConfigTxnRegistryComponentRule.preExecuteConfigTxnRegistryCompPersist(ConfigTxnRegistryDO reqConfigTxnRegistryDO,
TxnTransferObj txnTransferObj) |
Constructor and Description |
---|
AbstractConfigTxnRegistryDO(ConfigTxnRegistryDO theConfigTxnRegistryDO) |
ConfigTxnRegistryDO(ConfigTxnRegistryDO theConfigTxnRegistryDO) |