You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Rudyak (JIRA)" <ji...@apache.org> on 2017/06/01 06:49:04 UTC

[jira] [Created] (IGNITE-5368) Cassandra store should support private/public fields serialization for POJO persistence strategy

Igor Rudyak created IGNITE-5368:
-----------------------------------

             Summary: Cassandra store should support private/public fields serialization for POJO persistence strategy
                 Key: IGNITE-5368
                 URL: https://issues.apache.org/jira/browse/IGNITE-5368
             Project: Ignite
          Issue Type: Improvement
          Components: cassandra
            Reporter: Igor Rudyak
            Assignee: Igor Rudyak


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
- Manually specified in persistence descriptor



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)