I am using spring data mongo template in the repository layer.
I have -
class Parent{} class ChildA extends Parent{} class ChildB extends Parent{}