turbomanage / storm-gen

Simple ORM for Android SQLite
Apache License 2.0
83 stars 15 forks source link

Support @Transient annotation #45

Closed rakstar closed 9 years ago

rakstar commented 9 years ago

This resolves an issue I had where I needed non-transient fields for GSON but needed stORM to ignore them.

This might help with this issue as well: https://github.com/turbomanage/storm-gen/issues/8

turbomanage commented 9 years ago

Thanks for this. Can you please make the pull request against master instead of jcenter branch?

turbomanage commented 9 years ago

Actually, the dev branch would be better. Then it will go into the next point release.

turbomanage commented 9 years ago

Merged #46 instead.