You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MappingCreator doesnt work, when clicking on the Generate Mapping button i
get a message saying "Still not implemented", this app seems to want to
generate the database connection settings files which is greate but the
important one however is a project to generate the ".mapping" files (the files
with the definitions to save the classes to the database).
There seems to be a project that is designed to do that
(persistancecreator.dproj). this compiles fine but as soon as it starts the app
just shuts down :-? not sure where the problem is.
The important thing for me is to be able to have an app that can generate the
".mapping" files, the connection settings i can handle doing by hand but the
mapping is just too much of a mammoth task.
Any ideas for a work around for the mean time would be great!
By the way this is an awesome framework :-)
Regards
Donovan
Original issue reported on code.google.com by [email protected] on 17 Apr 2013 at 9:32
The text was updated successfully, but these errors were encountered:
Currently tools are under heavy refactoring. I suggest you to use the
automapping features using attributes now. Check the TODOManager sample and all
the unittest related to the automatic mapping.
Original issue reported on code.google.com by
[email protected]
on 17 Apr 2013 at 9:32The text was updated successfully, but these errors were encountered: