com.r3corda.node.utilities / AbstractJDBCHashMap / keyFromRow

keyFromRow

protected abstract fun keyFromRow(row: <ERROR CLASS>): K

Implementation should return the key object marshalled from the database table row.

See example implementations in JDBCHashMap.