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)

Reply via email to