ActiveAndroid
ActiveAndroid copied to clipboard
Column naming strategies
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...