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

Nullpoint Exception for ID #23

Open
mataide opened this issue Sep 23, 2019 · 0 comments
Open

Nullpoint Exception for ID #23

mataide opened this issue Sep 23, 2019 · 0 comments
Assignees

Comments

@mataide
Copy link

mataide commented Sep 23, 2019

I had in my project import javax.persistence.Id; as annotation for the models, usually every database share the same annotation, so I got a nullpoint exception for this.

So there 2 ways to solve this problem:

1- Handle this exception to show to the user a better information about the error.
2- Implement javax.persistence annotation as it is used by the most java db.

@FarooqKhan FarooqKhan self-assigned this Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants