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

HBX-2390: Create a JBoss Tools adaptation layer in Hibernate Tools #4277

Merged
merged 5 commits into from
Jul 3, 2023

Conversation

koentsje
Copy link
Member

@koentsje koentsje commented Jul 3, 2023

No description provided.

  - Refactor method 'org.hibernate.tool.orm.jbt.wrp.PersistentClassWrapperFactory#createRootClassWrapper()' to return an instance of 'org.hibernate.tool.orm.jbt.wrp.PersistentClassWrapperFactory.RootClassWrapperImpl'

Signed-off-by: Koen Aers <[email protected]>
  - Refactor method 'org.hibernate.tool.orm.jbt.wrp.PersistentClassWrapperFactory#createSingleTableSubclassWrapper(PersistentClassWrapper)' to return an instance of 'org.hibernate.tool.orm.jbt.wrp.PersistentClassWrapperFactory.SingleTableSubclassWrapperImpl'

Signed-off-by: Koen Aers <[email protected]>
  - Refactor method 'org.hibernate.tool.orm.jbt.wrp.PersistentClassWrapperFactory#createJoinedSubclassWrapper(PersistentClassWrapper)' to return an instance of 'org.hibernate.tool.orm.jbt.wrp.PersistentClassWrapperFactory.JoinedSubclassWrapperImpl'

Signed-off-by: Koen Aers <[email protected]>
  - Refactor method 'org.hibernate.tool.orm.jbt.wrp.PersistentClassWrapperFactory#createSpecialRootClassWrapper(Property)' to return an instance of 'org.hibernate.tool.orm.jbt.wrp.PersistentClassWrapperFactory.SpecialRootClassWrapperImpl'

Signed-off-by: Koen Aers <[email protected]>
  - Create new class 'org.hibernate.tool.orm.jbt.wrp.DelegatingPersistentClassWrapperImpl' as a subclass of 'org.hibernate.mapping.RootClass' that implements 'org.hibernate.tool.orm.jbt.wrp.PersistentClassWrapper' that delegates to an actual instance of 'org.hibernate.mapping.PersistentClass' and wraps the resulting Value and Property instances
  - Reorganize interface 'org.hibernate.tool.orm.jbt.wrp.PersistentClassWrapper'

Signed-off-by: Koen Aers <[email protected]>
@koentsje koentsje merged commit 0b86b8e into hibernate:main Jul 3, 2023
3 checks passed
@koentsje koentsje deleted the HBX-2390 branch July 3, 2023 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant