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

Support annotations for InstanceCallback methods #116

Closed
andyjefferson opened this issue Jul 10, 2021 · 0 comments
Closed

Support annotations for InstanceCallback methods #116

andyjefferson opened this issue Jul 10, 2021 · 0 comments
Milestone

Comments

@andyjefferson
Copy link
Member

JDO has always allowed instance callback methods, but with specific method names

jdoPreAttach()
jdoPostAttach(Object)
jdoPreDetach()
jdoPostDetach(Object)
jdoPostLoad()
jdoPreClear()
jdoPreStore()
jdoPreDelete()

The DN javax.jdo jar now has annotations so that we can mark methods as performing these functions. Support calling of these.

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