File tree Expand file tree Collapse file tree 5 files changed +0
-6
lines changed
hibernate-core/src/main/java/org/hibernate/boot/model/internal Expand file tree Collapse file tree 5 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 15
15
import org .hibernate .boot .models .annotations .internal .JoinColumnJpaAnnotation ;
16
16
import org .hibernate .boot .spi .MetadataBuildingContext ;
17
17
import org .hibernate .boot .spi .PropertyData ;
18
- import org .hibernate .internal .util .collections .CollectionHelper ;
19
18
import org .hibernate .models .spi .MemberDetails ;
20
19
import org .hibernate .models .spi .SourceModelBuildingContext ;
21
20
Original file line number Diff line number Diff line change 7
7
import java .util .Properties ;
8
8
9
9
import org .hibernate .boot .BootLogging ;
10
- import org .hibernate .internal .util .collections .CollectionHelper ;
11
10
import org .hibernate .resource .beans .spi .ManagedBean ;
12
11
import org .hibernate .usertype .ParameterizedType ;
13
12
Original file line number Diff line number Diff line change 14
14
import org .hibernate .boot .models .annotations .spi .DialectOverrider ;
15
15
import org .hibernate .boot .spi .MetadataBuildingContext ;
16
16
import org .hibernate .dialect .Dialect ;
17
- import org .hibernate .internal .util .collections .CollectionHelper ;
18
17
import org .hibernate .models .spi .AnnotationTarget ;
19
18
import org .hibernate .models .spi .SourceModelBuildingContext ;
20
19
Original file line number Diff line number Diff line change 17
17
import org .hibernate .boot .spi .MetadataBuildingContext ;
18
18
import org .hibernate .engine .spi .FilterDefinition ;
19
19
import org .hibernate .internal .CoreMessageLogger ;
20
- import org .hibernate .internal .util .collections .CollectionHelper ;
21
20
import org .hibernate .metamodel .mapping .JdbcMapping ;
22
21
import org .hibernate .models .spi .AnnotationTarget ;
23
22
import org .hibernate .models .spi .SourceModelBuildingContext ;
Original file line number Diff line number Diff line change 4
4
*/
5
5
package org .hibernate .boot .model .internal ;
6
6
7
- import java .util .Collections ;
8
7
import java .util .Map ;
9
8
10
9
import org .hibernate .AnnotationException ;
15
14
import org .hibernate .MappingException ;
16
15
import org .hibernate .cfg .AvailableSettings ;
17
16
import org .hibernate .internal .util .LockModeConverter ;
18
- import org .hibernate .internal .util .collections .CollectionHelper ;
19
17
import org .hibernate .internal .util .config .ConfigurationHelper ;
20
18
import org .hibernate .jpa .HibernateHints ;
21
19
import org .hibernate .jpa .LegacySpecHints ;
You can’t perform that action at this time.
0 commit comments