Calling sql function in api.. How to call in spring boot [closed] - java

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 days ago.
Improve this question
I hve function which have 1 parameter in request and gives multiple parameters in response from different tables.. I want to call that function and show response im spring boot.. Anyone help pls
Controller service repository layer

Related

Calling 2 api at a time with springboot [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 days ago.
Improve this question
I have fetch button and i want to call 2 api when i clicked on that button and give response. Anyone know how to call multiple api at a time. I have tried using rest templet.anyone help please with code

Spring JPA alternatives [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
Does Spring have a SQL query engine without using JPA? I mean, so that you can write queries in a string and get an analog of ResultSet on them
Take a look at Spring JDBCTemplate. Exampleshere or here

How to evaluate user policy via API for a given set of users [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I want to evaluate user policies for a particular user or list of users, is there any API available to perform the same in OIM 11gR2PS3?
you can use oracle.iam.accesspolicy.api.AccessPolicyService.evalutePoliciesForUser() OIM API which can be used for the same. Here is the code snippet for the same.

Completely change the response of spring project from rendering jsp to json object [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I have developed a spring application and now I required to develop an android application with the same functionality. Now what i want is to use the same web controller part for sending json object in response with those url mappings.
#james i think you could use ContentNegotiationViewResolver for the type of requirement you have. The proper implementation you can get from this link

how to write unit test case for rest WS [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I am new for writing unit testcases, i want to know how to write a unit test case for restful web service resource class, which contains GET and POST methods. It will be great if anybody can help me
It will help you
JUnit Testing REST Services Krishna Prasad's Article

Categories

Resources