Apache Ignite does not handle this annatation. You can implement org.apache.ignite.binary.Binarylizable interface. It allows to implement custom serialization logic for binary objects.
On Tue, Jul 25, 2017 at 2:11 PM, kestas <[email protected]> wrote: > Is there a simple way to ensure fields marked as > @javax.persistence.Transient > are not being stored in cache? > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Do-not-store-javax-persistence- > Transient-fields-tp15604.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
