예제 #1
0
 public static Level findBy(String key, String value) {
   return adaptFromRecord(Record.findBy(TABLE_NAME, key, value));
 }