Is it possible, from an Android project using GreenDAO, to dynamically (at run-time) access database model structural information (entities, properties, Schema, ...) defined in the generator project?
My first impression is that it's not possible. If it is, how can I do that?
Thanks for your answer.