Hi, You can store enum field as a blob using Cassandra module for Ignite, but you should manually specify this in your persistence descriptor.
Igor On Jul 14, 2017 12:25 AM, "babak" <[email protected]> wrote: > hi, > > I have a model with enum field. I insert the model to the ignite cache and > the enum field is inserted > but when I persist the cache using cassandra database, in the cassandra > table the enum field is ignored. > > how can I solve this problem? > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/apache-ignite-cassandra-persistentStore-for-enum- > fields-tp14873.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
