ActiveAndroid icon indicating copy to clipboard operation
ActiveAndroid copied to clipboard

Column naming strategies

Open melbic opened this issue 11 years ago • 0 comments

I wanted a way to name the columns based on the fields. It is now possible to do that with an annotation property with the table annotation. The default naming strategy is field.getName(), the same as it was before. It would be nice if you could choose a default naming strategy for the whole database (similar to Gson naming strategy), but I didn't find a convenient way to do it...

melbic avatar Aug 22 '14 08:08 melbic