You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depends on what you want to do with this custom query as well as how your entity design looks like. If you are using Repository look at using the @query annotation.
Dear All,
I'm using this library just for select query only. How to implement it?
@OverRide
public Optional findById(Integer id) {
return null;
}
Please help. Thanks in advance.
The text was updated successfully, but these errors were encountered: