Release
Artificial fields, what are they good for? OpenAccess requires a persistent class model to work. This means that data not represented by a field in a persistent class cannot be stored or retrieved. Sometimes you need to add new data to your application during runtime. With many other ORMs you have to add a field to your persistent class, recompile everything and update the database schema. That is a little unhandy and looks like you always need a developer to do so. OpenAccess Artificial Fields can help you to add such new data definitions on the fly. You can specify...