Why doesn't JirmDao create table for an inserted object's class automatically or, at least, why JirmDao doesn't have any method to create that new table for the given class? It's not really convenient to create all tables manually after I've annotated all classes -- why should I repeat the same information about the fields twice?
Have I missed something? Probably automatic tables creation is done not by the JirmDao? Or, probably, the task of automatic tables creation is not solvable but I don't feel why?
Why doesn't
JirmDaocreate table for an inserted object's class automatically or, at least, whyJirmDaodoesn't have any method to create that new table for the given class? It's not really convenient to create all tables manually after I've annotated all classes -- why should I repeat the same information about the fields twice?Have I missed something? Probably automatic tables creation is done not by the
JirmDao? Or, probably, the task of automatic tables creation is not solvable but I don't feel why?