Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate class for creating ContentValue instances #11

Open
SimonVT opened this issue Sep 27, 2014 · 3 comments
Open

Generate class for creating ContentValue instances #11

SimonVT opened this issue Sep 27, 2014 · 3 comments

Comments

@SimonVT
Copy link
Owner

SimonVT commented Sep 27, 2014

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

@SimonVT
Copy link
Owner Author

SimonVT commented Sep 27, 2014

Or Values.for(TABLE_NAME).

@geovanisouza92
Copy link

Using java proxies, maybe?

@SimonVT
Copy link
Owner Author

SimonVT commented Sep 30, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants