コード例 #1
0
 private static Dao<Colleage, String> getDao() throws SQLException, DBNotInitializeException {
   return DBController.getDB().getDao(Colleage.class);
 }