Uses of Class
de.hybris.bootstrap.ddl.model.YDbModel
Packages that use YDbModel
-
Uses of YDbModel in de.hybris.bootstrap.ddl
Methods in de.hybris.bootstrap.ddl that return YDbModelModifier and TypeMethodDescriptionprotected YDbModelHybrisSchemaGenerator.buildDbModel(YTypeSystem typeSystem, DbTypeSystem dbTypeSystem) DatabaseModelGenerator.createDatabaseModel()Methods in de.hybris.bootstrap.ddl with parameters of type YDbModelModifier and TypeMethodDescriptionprotected 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 YDbModelModifierConstructorDescriptionDMLRecordFactory(YDbModel dbModel, org.apache.ddlutils.model.Database database, YTypeSystem typeSystem, HybrisPlatform platform, CodeGenerator codeGenerator, PkFactory pkFactory, int propertyMaxLength, String typeSystemName, String tablePrefix, PropertiesLoader properties) -
Uses of YDbModel in de.hybris.bootstrap.ddl.adjusters
Methods in de.hybris.bootstrap.ddl.adjusters that return YDbModelMethods in de.hybris.bootstrap.ddl.adjusters with parameters of type YDbModelModifier and TypeMethodDescriptionRemoveIndicesParams.RemoveConfiguredIndicesFromDbModelParamsBuilder.withDbModel(YDbModel dbModel) RemoveIndicesParams.RemoveIndicesWithSpecificPrefixesParamsBuilder.withDbModel(YDbModel dbModel) Constructors in de.hybris.bootstrap.ddl.adjusters with parameters of type YDbModelModifierConstructorDescriptionRemoveIndicesFromDbModel(YDbModel dbModel) RemoveTablesNotMentionedInDbModelFromDatabase(YDbModel dbModel, org.apache.ddlutils.model.Database database, String tablePrefix)