[refactor] replaced JDBC implementation of logging with OrmLite

This commit is contained in:
North 2013-03-10 11:05:03 +02:00
parent d44e3f1190
commit 01eee3995c
6 changed files with 119 additions and 314 deletions

View file

@ -10,7 +10,6 @@ import java.util.*;
public class Statistics {
public static void main(String[] args) throws Exception {
EntityManager.instance.testDB();
List<Log> logs = EntityManager.instance.getAllLogs();
System.out.println("logs found: " + logs.size());