-
Notifications
You must be signed in to change notification settings - Fork 2
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
Create AnnotationUsage for one-to-many attributes and flesh out element-collection #66
Conversation
…bernate-models repo)
Add Action to build/test Signed-off-by: Steve Ebersole <[email protected]>
misc
…e, mapped-superclass)
Signed-off-by: Steve Ebersole <[email protected]>
Signed-off-by: Steve Ebersole <[email protected]>
sebersole#47 - Support dynamic <entity/> and <embeddable/> mappings
sebersole#47 - Support dynamic <entity/> and <embeddable/> mappings
sebersole#47 - Support dynamic <entity/> and <embeddable/> mappings
sebersole#47 - Support dynamic <entity/> and <embeddable/> mappings
…l-delete and sql-delete-all
…teners and callback methods
* General fix ups
I moved the xsd and jaxb changes back to hibernate-orm (my jpa32 branch). We'll need to apply those related changes there if they still need to be. They are unfortunately the files in conflict |
The |
Change it on my branch and publish a new SNAPSHOT. Not ideal, but not terrible. I think we just want to "batch" up as much as we can at one go |
Addresses #34 and refines what was already implemented for #31.