Re: Adding custom Tuple to a DataSet

2015-05-28 Thread Amit Pawar
Thanks Stephan :) Will try the same. Thanks and Regards Amit Pawar On Thu, May 28, 2015 at 10:41 AM, Stephan Ewen wrote: > Hi! > > If you want to have type hierarchies (like base tuples and different > classes), you cannot use tuples (they are expected to be 'exact schema'), > but you can use

Re: Adding custom Tuple to a DataSet

2015-05-28 Thread Stephan Ewen
Hi! If you want to have type hierarchies (like base tuples and different classes), you cannot use tuples (they are expected to be 'exact schema'), but you can use other classes. Create your own tuple POJO with subclasses, and it should work. Stephan On Thu, May 28, 2015 at 1:30 AM, Amit Pawar