corda / net.corda.finance.workflows.asset.selection

Package net.corda.finance.workflows.asset.selection

Types

AbstractCashSelection

Pluggable interface to allow for different cash selection provider implementations Default implementation in finance workflow module uses H2 database and a custom function within H2 to perform aggregation. Custom implementations must implement this interface and declare their implementation in META-INF/services/net.corda.finance.workflows.asset.selection.AbstractCashSelection.

abstract class AbstractCashSelection

CashSelectionH2Impl

class CashSelectionH2Impl : AbstractCashSelection

CashSelectionOracleImpl

class CashSelectionOracleImpl : AbstractCashSelection

CashSelectionPostgreSQLImpl

class CashSelectionPostgreSQLImpl : AbstractCashSelection

EnterpriseCashSelectionSQLServerImpl

SQL Server / SQL Azure

class EnterpriseCashSelectionSQLServerImpl : AbstractCashSelection