Skip to content

Commit

Permalink
HBX-2835: Move classes from package 'org.hibernate.tool.orm.jbt.util'…
Browse files Browse the repository at this point in the history
… to package 'org.hibernate.tool.orm.jbt.internal.util'

  - Move class 'org.hibernate.tool.orm.jbt.util.ReflectUtil'

Signed-off-by: Koen Aers <[email protected]>
  • Loading branch information
koentsje committed Jul 2, 2024
1 parent 5ddd21c commit a31e97d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
import org.hibernate.tool.orm.jbt.api.wrp.QueryExporterWrapper;
import org.hibernate.tool.orm.jbt.internal.util.ConfigurationMetadataDescriptor;
import org.hibernate.tool.orm.jbt.internal.util.DummyMetadataDescriptor;
import org.hibernate.tool.orm.jbt.internal.util.ReflectUtil;
import org.hibernate.tool.orm.jbt.internal.wrp.AbstractWrapper;
import org.hibernate.tool.orm.jbt.util.ReflectUtil;

public class ExporterWrapperFactory {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import org.hibernate.cfg.NamingStrategy;
import org.hibernate.tool.orm.jbt.api.wrp.NamingStrategyWrapper;
import org.hibernate.tool.orm.jbt.internal.util.ReflectUtil;
import org.hibernate.tool.orm.jbt.internal.wrp.AbstractWrapper;
import org.hibernate.tool.orm.jbt.util.ReflectUtil;

public class NamingStrategyWrapperFactory {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import org.hibernate.tool.orm.jbt.api.wrp.RevengSettingsWrapper;
import org.hibernate.tool.orm.jbt.api.wrp.RevengStrategyWrapper;
import org.hibernate.tool.orm.jbt.api.wrp.Wrapper;
import org.hibernate.tool.orm.jbt.internal.util.ReflectUtil;
import org.hibernate.tool.orm.jbt.internal.wrp.AbstractWrapper;
import org.hibernate.tool.orm.jbt.util.ReflectUtil;

public class RevengStrategyWrapperFactory {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.hibernate.tool.orm.jbt.util;
package org.hibernate.tool.orm.jbt.internal.util;

import java.lang.reflect.Constructor;

Expand Down

0 comments on commit a31e97d

Please sign in to comment.