javaee7-samples icon indicating copy to clipboard operation
javaee7-samples copied to clipboard

Change getSingleResult

Open Hk-tang opened this issue 5 years ago • 0 comments

query.getSingleResult() causes an exception could be thrown if there is not exactly one row returned.

Although this commit does not implement logic on how to decide which result in the result list should be taken, this removes the potential exception/need for a try/catch. Implementation on how to decide which result to take should be made per context.

Hk-tang avatar Mar 23 '20 17:03 Hk-tang