Skip to content

Commit

Permalink
HBX-2733: Create Interface for Cfg2HbmWrapper
Browse files Browse the repository at this point in the history
  - Use newly created 'Cfg2HbmToolWrapperFactory' in method 'org.hibernate.tool.orm.jbt.wrp.WrapperFactory#createCfg2HbmWrapper()'
  - Remove unneeded factory class 'org.hibernate.tool.orm.jbt.wrp.Cfg2HbmToolWrapperFactory'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  • Loading branch information
koentsje committed Feb 27, 2024
1 parent 82e2e7d commit 02da43a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 74 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import org.hibernate.tool.internal.reveng.strategy.OverrideRepository;
import org.hibernate.tool.internal.reveng.strategy.TableFilter;
import org.hibernate.tool.orm.jbt.internal.factory.ArtifactCollectorWrapperFactory;
import org.hibernate.tool.orm.jbt.internal.factory.Cfg2HbmToolWrapperFactory;
import org.hibernate.tool.orm.jbt.util.DummyMetadataBuildingContext;
import org.hibernate.tool.orm.jbt.util.JpaConfiguration;
import org.hibernate.tool.orm.jbt.util.MetadataHelper;
Expand Down

0 comments on commit 02da43a

Please sign in to comment.