Outline:
I have a stored procedure with the return type Stream<AbstractClass>.
Depending on a boolean parameter input value the return class is either ExtendedFromAbstractClass1 or ExtendedFromAbstractClass2.
Observation:
Only the attributes containe...