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 23
23
import org .hibernate .boot .model .relational .ColumnOrderingStrategy ;
24
24
import org .hibernate .boot .model .relational .ColumnOrderingStrategyLegacy ;
25
25
import org .hibernate .boot .model .relational .Database ;
26
- import org .hibernate .boot .model .relational .Namespace ;
27
- import org .hibernate .boot .model .relational .Sequence ;
28
26
import org .hibernate .boot .query .NamedHqlQueryDefinition ;
29
27
import org .hibernate .boot .query .NamedNativeQueryDefinition ;
30
28
import org .hibernate .boot .query .NamedProcedureCallDefinition ;
Original file line number Diff line number Diff line change 8
8
9
9
import org .hibernate .boot .jaxb .Origin ;
10
10
import 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 ;
15
11
import 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 ;
20
12
import org .hibernate .boot .model .TypeDefinitionRegistry ;
21
13
import org .hibernate .boot .internal .TypeDefinitionRegistryStandardImpl ;
22
14
import org .hibernate .boot .model .naming .ObjectNameNormalizer ;
You can’t perform that action at this time.
0 commit comments