I have a stored proc that returns me a set of data and I am using the DistinctRootEntityResultTransformer to return that data as a tree. You can see an example of this here:
Is there a way to specify this in the mapping instead of with code?
I have a stored proc that returns me a set of data and I am using the DistinctRootEntityResultTransformer to return that data as a tree. You can see an example of this here:
Is there a way to specify this in the mapping instead of with code?