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 #4278

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

koentsje
Copy link
Member

@koentsje koentsje commented Jul 3, 2023

  • Modify method 'org.hibernate.tool.orm.jbt.util.NativeConfiguration#getClassMappings()' to return an iterator of 'org.hibernate.tool.orm.jbt.wrp.DelegatingPersistentClassWrapperImpl'
  • Modify method 'org.hibernate.tool.orm.jbt.util.NativeConfiguration#getClassMapping(String) to wrap the result as 'org.hibernate.tool.orm.jbt.wrp.DelegatingPersistentClassWrapperImpl'
  • Modify method 'org.hibernate.tool.orm.jbt.util.JpaConfiguration#getClassMappings()' to return an iterator of 'org.hibernate.tool.orm.jbt.wrp.DelegatingPersistentClassWrapperImpl'
  • Modify method 'org.hibernate.tool.orm.jbt.util.JpaConfiguration#getClassMapping(String) to wrap the result as 'org.hibernate.tool.orm.jbt.wrp.DelegatingPersistentClassWrapperImpl'
  • Modify method 'org.hibernate.tool.orm.jbt.util.RevengConfiguration#getClassMappings()' to return an iterator of 'org.hibernate.tool.orm.jbt.wrp.DelegatingPersistentClassWrapperImpl'
  • Modify method 'org.hibernate.tool.orm.jbt.util.RevengConfiguration#getClassMapping(String) to wrap the result as 'org.hibernate.tool.orm.jbt.wrp.DelegatingPersistentClassWrapperImpl'
  • Modify test case 'org.hibernate.tool.orm.jbt.util.JpaConfigurationTest#testGetClassMappings()'

  - Modify method 'org.hibernate.tool.orm.jbt.util.NativeConfiguration#getClassMappings()' to return an iterator of 'org.hibernate.tool.orm.jbt.wrp.DelegatingPersistentClassWrapperImpl'
  - Modify method 'org.hibernate.tool.orm.jbt.util.NativeConfiguration#getClassMapping(String) to wrap the result as 'org.hibernate.tool.orm.jbt.wrp.DelegatingPersistentClassWrapperImpl'
  - Modify method 'org.hibernate.tool.orm.jbt.util.JpaConfiguration#getClassMappings()' to return an iterator of 'org.hibernate.tool.orm.jbt.wrp.DelegatingPersistentClassWrapperImpl'
  - Modify method 'org.hibernate.tool.orm.jbt.util.JpaConfiguration#getClassMapping(String) to wrap the result as 'org.hibernate.tool.orm.jbt.wrp.DelegatingPersistentClassWrapperImpl'
  - Modify method 'org.hibernate.tool.orm.jbt.util.RevengConfiguration#getClassMappings()' to return an iterator of 'org.hibernate.tool.orm.jbt.wrp.DelegatingPersistentClassWrapperImpl'
  - Modify method 'org.hibernate.tool.orm.jbt.util.RevengConfiguration#getClassMapping(String) to wrap the result as 'org.hibernate.tool.orm.jbt.wrp.DelegatingPersistentClassWrapperImpl'
  - Modify test case 'org.hibernate.tool.orm.jbt.util.JpaConfigurationTest#testGetClassMappings()'

Signed-off-by: Koen Aers <[email protected]>
@koentsje koentsje merged commit d6f4e51 into hibernate:main Jul 3, 2023
3 checks passed
@koentsje koentsje deleted the HBX-2390 branch July 3, 2023 08:26
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