Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
As for now for POJO persistence strategy, Cassandra cache store supports only java classes following JavaBeans convention (having getters & setters).
It should also support serialization/deserialization for public/private class fields which are not following JavaBeans convention but:
- Annotated with @QuerySqlField and @AffinityKeyMapped
- Manually specified in persistence descriptor
Attachments
Issue Links
- is part of
-
IGNITE-1371 Key-Value store (like Cassandra) as CacheStore
- Closed