Uses of Class
de.hybris.bootstrap.ddl.model.YDbModel
-
Packages that use YDbModel Package Description de.hybris.bootstrap.ddl de.hybris.bootstrap.ddl.adjusters -
-
Uses of YDbModel in de.hybris.bootstrap.ddl
Methods in de.hybris.bootstrap.ddl that return YDbModel Modifier and Type Method Description protected YDbModelHybrisSchemaGenerator. buildDbModel(YTypeSystem typeSystem, DbTypeSystem dbTypeSystem)YDbModelDatabaseModelGenerator. createDatabaseModel()Methods in de.hybris.bootstrap.ddl with parameters of type YDbModel Modifier and Type Method Description protected DMLRecordFactoryHybrisSchemaGenerator. createRecordFactory(YTypeSystem typeSystem, YDbModel yDbModel, org.apache.ddlutils.model.Database database, HybrisPlatform platform, CodeGenerator codeGenerator, PkFactory pkFactory)Constructors in de.hybris.bootstrap.ddl with parameters of type YDbModel Constructor Description DMLRecordFactory(YDbModel dbModel, org.apache.ddlutils.model.Database database, YTypeSystem typeSystem, HybrisPlatform platform, CodeGenerator codeGenerator, PkFactory pkFactory, int propertyMaxLength, java.lang.String typeSystemName, java.lang.String tablePrefix, PropertiesLoader properties) -
Uses of YDbModel in de.hybris.bootstrap.ddl.adjusters
Constructors in de.hybris.bootstrap.ddl.adjusters with parameters of type YDbModel Constructor Description CompleteSizeForIndicesFromDBModel(YDbModel dbModel)RemoveIndicesFromDbModel(YDbModel dbModel)RemoveTablesNotMentionedInDbModelFromDatabase(YDbModel dbModel, org.apache.ddlutils.model.Database database, java.lang.String tablePrefix)
-