schematic icon indicating copy to clipboard operation
schematic copied to clipboard

Generate class for creating ContentValue instances

Open SimonVT opened this issue 9 years ago • 3 comments

Something like ContentValues cv = Values.for(NoteColumns.class).columnName(value).build();

SimonVT avatar Sep 27 '14 12:09 SimonVT

Or Values.for(TABLE_NAME).

SimonVT avatar Sep 27 '14 12:09 SimonVT

Using java proxies, maybe?

geovanisouza92 avatar Sep 27 '14 13:09 geovanisouza92

I'll just generate the code needed to tie it all together. Separate builder implementations for each table, string comparison on table name to return the right instance.

SimonVT avatar Sep 30 '14 17:09 SimonVT