You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Kestutis Gedminas (JIRA)" <ji...@apache.org> on 2017/08/01 12:21:00 UTC

[jira] [Created] (IGNITE-5895) Add support for javax.persistence.Transient

Kestutis Gedminas created IGNITE-5895:
-----------------------------------------

             Summary: Add support for javax.persistence.Transient
                 Key: IGNITE-5895
                 URL: https://issues.apache.org/jira/browse/IGNITE-5895
             Project: Ignite
          Issue Type: Improvement
    Affects Versions: 2.0
            Reporter: Kestutis Gedminas


Ignite is expected to be 'drop-in' caching for database objects, meaning get() from cache would return objects in same state as performing query on DB. However due to fact that ignite does not honor javax.persistence.Transient annotation, objects returned from cache contain information in @Transient annotated fields which is not expected by application.
Please provide possibility to enable javax.persistence.Transient support for Ignite cache. Or some ability to plugin custom logic into nnnClassDescriptor to determine serialized fields by application.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)