Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue throwing exception. #13

Merged
merged 1 commit into from
Mar 23, 2024
Merged

Fixed issue throwing exception. #13

merged 1 commit into from
Mar 23, 2024

Conversation

nhkhai
Copy link
Collaborator

@nhkhai nhkhai commented Mar 23, 2024

Removed overwritten findById(). JPA implementation takes in id of type ID, so for this case we have to use the type Long, which maps to the correct database type instead of primitive long.

Removed overwritten findById(). FPA  implementation takes in id of type ID, so for this case we have to use the type Long, which maps to the correct database type instead of primitive long.
@nhkhai nhkhai added bug Something isn't working enhancement New feature or request labels Mar 23, 2024
@nhkhai nhkhai requested review from kiblykat and ylongtay March 23, 2024 17:43
@nhkhai nhkhai self-assigned this Mar 23, 2024
@kiblykat kiblykat merged commit dc7018b into kiblykat:main Mar 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants