Package org.jdbi.v3.oracle12
Class TestGetGeneratedKeysOracle.OracleGeneratedKeyMapper
java.lang.Object
org.jdbi.v3.oracle12.TestGetGeneratedKeysOracle.OracleGeneratedKeyMapper
- 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).-
Constructor Details
-
OracleGeneratedKeyMapper
public OracleGeneratedKeyMapper()
-
-
Method Details
-
map
- Specified by:
map
in interfaceRowMapper<Long>
- Throws:
SQLException
-