Closed akshitmahajan closed 6 years ago
Does this library provide feature to extract custom response from the Db call itself. Meaning I don't want to query for all the parameter of my entity but only query for required parameters in the hibernate.
There is currently no functionality to support that use case in catnap. Catnap only works at the view layer.
Thanks for the quick answer Greg.
Does this library provide feature to extract custom response from the Db call itself. Meaning I don't want to query for all the parameter of my entity but only query for required parameters in the hibernate.