-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HBX-2390: Create a JBoss Tools adaptation layer in Hibernate Tools
- 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]>
- Loading branch information
Showing
5 changed files
with
54 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters