File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
jbt/src/main/java/org/hibernate/tool/orm/jbt/internal Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
import org .hibernate .tool .orm .jbt .api .wrp .QueryExporterWrapper ;
20
20
import org .hibernate .tool .orm .jbt .internal .util .ConfigurationMetadataDescriptor ;
21
21
import org .hibernate .tool .orm .jbt .internal .util .DummyMetadataDescriptor ;
22
+ import org .hibernate .tool .orm .jbt .internal .util .ReflectUtil ;
22
23
import org .hibernate .tool .orm .jbt .internal .wrp .AbstractWrapper ;
23
- import org .hibernate .tool .orm .jbt .util .ReflectUtil ;
24
24
25
25
public class ExporterWrapperFactory {
26
26
Original file line number Diff line number Diff line change 2
2
3
3
import org .hibernate .cfg .NamingStrategy ;
4
4
import org .hibernate .tool .orm .jbt .api .wrp .NamingStrategyWrapper ;
5
+ import org .hibernate .tool .orm .jbt .internal .util .ReflectUtil ;
5
6
import org .hibernate .tool .orm .jbt .internal .wrp .AbstractWrapper ;
6
- import org .hibernate .tool .orm .jbt .util .ReflectUtil ;
7
7
8
8
public class NamingStrategyWrapperFactory {
9
9
Original file line number Diff line number Diff line change 8
8
import org .hibernate .tool .orm .jbt .api .wrp .RevengSettingsWrapper ;
9
9
import org .hibernate .tool .orm .jbt .api .wrp .RevengStrategyWrapper ;
10
10
import org .hibernate .tool .orm .jbt .api .wrp .Wrapper ;
11
+ import org .hibernate .tool .orm .jbt .internal .util .ReflectUtil ;
11
12
import org .hibernate .tool .orm .jbt .internal .wrp .AbstractWrapper ;
12
- import org .hibernate .tool .orm .jbt .util .ReflectUtil ;
13
13
14
14
public class RevengStrategyWrapperFactory {
15
15
Original file line number Diff line number Diff line change 1
- package org .hibernate .tool .orm .jbt .util ;
1
+ package org .hibernate .tool .orm .jbt .internal . util ;
2
2
3
3
import java .lang .reflect .Constructor ;
4
4
You can’t perform that action at this time.
0 commit comments