Implement native object support, and enable native object field acces in criteria query
Hello,
Can you give some example?
Thanks, Olivier
the request is to make possible to store object like this
public class A : ArrayList { ....}
Actualy to store this object raise this exception: Error:1008:NeoDats ODB can not store native object direclty
Wrapp the class into another class makes able to to store object but querying the field wrapped dont work: see the bug 2843597
Thanks
Log in to post a comment.
Hello,
Can you give some example?
Thanks,
Olivier
the request is to make possible to store object like this
public class A : ArrayList
{ ....}
Actualy to store this object raise this exception:
Error:1008:NeoDats ODB can not store native object direclty
Wrapp the class into another class makes able to to store object but querying the field wrapped dont work: see the bug 2843597
Thanks