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

Possibility to add List<String> fields in playORM #6

Closed
mvallebr opened this issue Oct 20, 2012 · 1 comment
Closed

Possibility to add List<String> fields in playORM #6

mvallebr opened this issue Oct 20, 2012 · 1 comment

Comments

@mvallebr
Copy link

I would like to be able to have a field of type List in my playOrm entity. Also, I would like this field to be magically persisted no my mapped column family.

Original stackoverflow issue:
http://stackoverflow.com/questions/12945656/is-it-possible-to-have-a-converter-for-a-list

Note:
It doesn't need to be a converter at all, Dean were suggesting to use the "@NoSqlEmbedded" annotation instead. If there is a way of storing a list instead of creating another CF just for that, it would be preferable. I would like to know the possibilities and limitations to indexes and partitions when I use this feature.

@deanhiller
Copy link
Owner

okay, this is fixed and in master.

easility added a commit that referenced this issue Dec 24, 2012
merging deanhiller with easility
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