gregwhitaker / catnap

Partial JSON response framework for RESTful web services
Apache License 2.0
55 stars 15 forks source link

Can this library query for required fields from the db? #18

Closed akshitmahajan closed 6 years ago

akshitmahajan commented 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.

gregwhitaker commented 6 years ago

There is currently no functionality to support that use case in catnap. Catnap only works at the view layer.

akshitmahajan commented 6 years ago

Thanks for the quick answer Greg.