turbomanage / storm-gen

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

Enhancement: Support for external ID fields #24

Closed inalawg closed 10 years ago

inalawg commented 10 years ago

I've tried to use stORM to micro-sync with an external system which manages unique / primary keys. I've had to workaround this, by managing an stORM ID field and the external system's ID field. Would it be possible to include support for ID fields which do no auto generate, rather leave it to the implementation.

Also, support for enhanced Annotations like Unique, Nullable, Index would enhance stORM to work with more enterprise like requirements

turbomanage commented 10 years ago

Looks like a duplicate of #7 . Please create a separate issue of each additional annotation and the desired behavior in stORM. Thanks.