Uses of Interface
de.hybris.bootstrap.ddl.pk.PkFactory
-
Packages that use PkFactory Package Description de.hybris.bootstrap.ddl de.hybris.bootstrap.ddl.pk.impl -
-
Uses of PkFactory in de.hybris.bootstrap.ddl
Methods in de.hybris.bootstrap.ddl with parameters of type PkFactory 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 PkFactory 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 PkFactory in de.hybris.bootstrap.ddl.pk.impl
Classes in de.hybris.bootstrap.ddl.pk.impl that implement PkFactory Modifier and Type Class Description classDbTypeSystemDecoratorForPkFactoryclassDefaultPkFactoryConstructors in de.hybris.bootstrap.ddl.pk.impl with parameters of type PkFactory Constructor Description DbTypeSystemDecoratorForPkFactory(PkFactory target, DbTypeSystem dbTypeSystem)
-