Hi, Currently referencing nested object's fields from SQL isn't supported for both regular Java objects and for BinaryObject-s.
In other words, having
class B {
private String field1;
}
class A {
private B bField;
}
you cannot update it like `update A set bField.field1=?`
Kind regards,
Alex.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
