File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
main/java/org/hibernate/tool/orm/jbt/internal
test/java/org/hibernate/tool/orm/jbt Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
import org .hibernate .tool .orm .jbt .api .wrp .TableWrapper ;
21
21
import org .hibernate .tool .orm .jbt .api .wrp .ValueWrapper ;
22
22
import org .hibernate .tool .orm .jbt .internal .util .DummyMetadataBuildingContext ;
23
+ import org .hibernate .tool .orm .jbt .internal .util .SpecialRootClass ;
23
24
import org .hibernate .tool .orm .jbt .internal .wrp .AbstractWrapper ;
24
- import org .hibernate .tool .orm .jbt .util .SpecialRootClass ;
25
25
26
26
public class PersistentClassWrapperFactory {
27
27
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 .Field ;
4
4
import java .util .Iterator ;
11
11
import org .hibernate .mapping .RootClass ;
12
12
import org .hibernate .mapping .Value ;
13
13
import org .hibernate .tool .orm .jbt .api .wrp .Wrapper ;
14
- import org .hibernate .tool .orm .jbt .internal .util .DummyMetadataBuildingContext ;
15
14
16
15
public class SpecialRootClass extends RootClass {
17
16
Original file line number Diff line number Diff line change 76
76
import org .hibernate .tool .orm .jbt .internal .util .MetadataHelper ;
77
77
import org .hibernate .tool .orm .jbt .internal .util .NativeConfiguration ;
78
78
import org .hibernate .tool .orm .jbt .internal .util .RevengConfiguration ;
79
- import org .hibernate .tool .orm .jbt .util .SpecialRootClass ;
79
+ import org .hibernate .tool .orm .jbt .internal . util .SpecialRootClass ;
80
80
import org .junit .jupiter .api .Test ;
81
81
82
82
public class WrapperFactoryTest {
Original file line number Diff line number Diff line change 30
30
import org .hibernate .tool .orm .jbt .internal .factory .TableWrapperFactory ;
31
31
import org .hibernate .tool .orm .jbt .internal .factory .ValueWrapperFactory ;
32
32
import org .hibernate .tool .orm .jbt .internal .util .DummyMetadataBuildingContext ;
33
- import org .hibernate .tool .orm .jbt .util .SpecialRootClass ;
33
+ import org .hibernate .tool .orm .jbt .internal . util .SpecialRootClass ;
34
34
import org .junit .jupiter .api .BeforeEach ;
35
35
import org .junit .jupiter .api .Test ;
36
36
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 static org .junit .jupiter .api .Assertions .assertEquals ;
4
4
import static org .junit .jupiter .api .Assertions .assertFalse ;
16
16
import org .hibernate .mapping .RootClass ;
17
17
import org .hibernate .mapping .Set ;
18
18
import org .hibernate .tool .orm .jbt .internal .util .DummyMetadataBuildingContext ;
19
+ import org .hibernate .tool .orm .jbt .internal .util .SpecialRootClass ;
19
20
import org .junit .jupiter .api .Test ;
20
21
21
22
public class SpecialRootClassTest {
You can’t perform that action at this time.
0 commit comments