Interface TestGetGeneratedKeysOracle.DAO

Enclosing class:
TestGetGeneratedKeysOracle

public static interface TestGetGeneratedKeysOracle.DAO
  • Method Summary

    Modifier and Type
    Method
    Description
    findNameById(long id)
     
    long
    insert(String name)
     
  • Method Details

    • insert

      long insert(String name)
    • findNameById

      String findNameById(long id)