Class TestGetGeneratedKeysOracle.OracleGeneratedKeyMapper

java.lang.Object
org.jdbi.v3.oracle12.TestGetGeneratedKeysOracle.OracleGeneratedKeyMapper
All Implemented Interfaces:
RowMapper<Long>
Enclosing class:
TestGetGeneratedKeysOracle

public static class TestGetGeneratedKeysOracle.OracleGeneratedKeyMapper extends Object implements RowMapper<Long>
Oracle needs to be queried by index and not id (like DefaultGeneratedKeyMapper does).