File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
hibernate-core/src/main/java/org/hibernate/boot
model/source/internal/hbm Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 2323import org .hibernate .boot .model .relational .ColumnOrderingStrategy ;
2424import org .hibernate .boot .model .relational .ColumnOrderingStrategyLegacy ;
2525import org .hibernate .boot .model .relational .Database ;
26- import org .hibernate .boot .model .relational .Namespace ;
27- import org .hibernate .boot .model .relational .Sequence ;
2826import org .hibernate .boot .query .NamedHqlQueryDefinition ;
2927import org .hibernate .boot .query .NamedNativeQueryDefinition ;
3028import org .hibernate .boot .query .NamedProcedureCallDefinition ;
Original file line number Diff line number Diff line change 88
99import org .hibernate .boot .jaxb .Origin ;
1010import org .hibernate .boot .jaxb .hbm .spi .EntityInfo ;
11- import org .hibernate .boot .jaxb .hbm .spi .JaxbHbmAuxiliaryDatabaseObjectType ;
12- import org .hibernate .boot .jaxb .hbm .spi .JaxbHbmClassRenameType ;
13- import org .hibernate .boot .jaxb .hbm .spi .JaxbHbmFetchProfileType ;
14- import org .hibernate .boot .jaxb .hbm .spi .JaxbHbmFilterDefinitionType ;
1511import org .hibernate .boot .jaxb .hbm .spi .JaxbHbmHibernateMapping ;
16- import org .hibernate .boot .jaxb .hbm .spi .JaxbHbmIdentifierGeneratorDefinitionType ;
17- import org .hibernate .boot .jaxb .hbm .spi .JaxbHbmNamedNativeQueryType ;
18- import org .hibernate .boot .jaxb .hbm .spi .JaxbHbmNamedQueryType ;
19- import org .hibernate .boot .jaxb .hbm .spi .JaxbHbmTypeDefinitionType ;
2012import org .hibernate .boot .model .TypeDefinitionRegistry ;
2113import org .hibernate .boot .internal .TypeDefinitionRegistryStandardImpl ;
2214import org .hibernate .boot .model .naming .ObjectNameNormalizer ;
You can’t perform that action at this time.
0 commit comments