net.corda.node.utilities / AbstractJDBCHashSet / elementFromRow

elementFromRow

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

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

See example implementations in JDBCHashSet.