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

Allow excluding annotated classes from persistence #124

Closed
ledsoft opened this issue Dec 13, 2022 · 1 comment
Closed

Allow excluding annotated classes from persistence #124

ledsoft opened this issue Dec 13, 2022 · 1 comment

Comments

@ledsoft
Copy link
Contributor

ledsoft commented Dec 13, 2022

As a user, I want to be able to exclude certain classes using JOPA annotations from persistence. This is important e.g. for DTOs used by JB4JSON-LD which use JOPA entity annotations but may not be persistence entities themselves, yet they get the same treatment (mainly injected join points for AspectJ).

@ledsoft ledsoft changed the title Allow excluding annotated classes from persistence unit Allow excluding annotated classes from persistence Dec 13, 2022
ledsoft added a commit that referenced this issue Dec 13, 2022
ledsoft added a commit that referenced this issue Dec 13, 2022
ledsoft added a commit that referenced this issue Dec 13, 2022
@ledsoft
Copy link
Contributor Author

ledsoft commented Dec 13, 2022

Implemented in 0.19.3.

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

1 participant