Change annotations to annotations in JPA
Hello everyone, I have been developing the next version in Easy-Cassandra.
Some people talk me about change this annotations to use the annotations in JPA, in this way:
Cassandra annotations JPA annotations
ColumnFamilyValue Entity
ColumnValue Column
EmbeddedValue Embedded
EnumeratedValue Enumerated
KeyValue Id
KeyValue equals true GeneratedValue
IndexValue Index
So what do you think, about this ?
This change will be cool ?
something?