protected abstract fun elementFromRow(row: ResultRow): K
Implementation should return the element object marshalled from the database table row.
See example implementations in JDBCHashSet.