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 1515import org .hibernate .boot .models .annotations .internal .JoinColumnJpaAnnotation ;
1616import org .hibernate .boot .spi .MetadataBuildingContext ;
1717import org .hibernate .boot .spi .PropertyData ;
18- import org .hibernate .internal .util .collections .CollectionHelper ;
1918import org .hibernate .models .spi .MemberDetails ;
2019import org .hibernate .models .spi .SourceModelBuildingContext ;
2120
Original file line number Diff line number Diff line change 77import java .util .Properties ;
88
99import org .hibernate .boot .BootLogging ;
10- import org .hibernate .internal .util .collections .CollectionHelper ;
1110import org .hibernate .resource .beans .spi .ManagedBean ;
1211import org .hibernate .usertype .ParameterizedType ;
1312
Original file line number Diff line number Diff line change 1414import org .hibernate .boot .models .annotations .spi .DialectOverrider ;
1515import org .hibernate .boot .spi .MetadataBuildingContext ;
1616import org .hibernate .dialect .Dialect ;
17- import org .hibernate .internal .util .collections .CollectionHelper ;
1817import org .hibernate .models .spi .AnnotationTarget ;
1918import org .hibernate .models .spi .SourceModelBuildingContext ;
2019
Original file line number Diff line number Diff line change 1717import org .hibernate .boot .spi .MetadataBuildingContext ;
1818import org .hibernate .engine .spi .FilterDefinition ;
1919import org .hibernate .internal .CoreMessageLogger ;
20- import org .hibernate .internal .util .collections .CollectionHelper ;
2120import org .hibernate .metamodel .mapping .JdbcMapping ;
2221import org .hibernate .models .spi .AnnotationTarget ;
2322import org .hibernate .models .spi .SourceModelBuildingContext ;
Original file line number Diff line number Diff line change 44 */
55package org .hibernate .boot .model .internal ;
66
7- import java .util .Collections ;
87import java .util .Map ;
98
109import org .hibernate .AnnotationException ;
1514import org .hibernate .MappingException ;
1615import org .hibernate .cfg .AvailableSettings ;
1716import org .hibernate .internal .util .LockModeConverter ;
18- import org .hibernate .internal .util .collections .CollectionHelper ;
1917import org .hibernate .internal .util .config .ConfigurationHelper ;
2018import org .hibernate .jpa .HibernateHints ;
2119import org .hibernate .jpa .LegacySpecHints ;
You can’t perform that action at this time.
0 commit comments