Uses of Class
de.hybris.bootstrap.ddl.model.YRecord
Packages that use YRecord
-
Uses of YRecord in de.hybris.bootstrap.ddl
Subclasses of YRecord in de.hybris.bootstrap.ddlFields in de.hybris.bootstrap.ddl with type parameters of type YRecordModifier and TypeFieldDescriptionDMLRecordFactory.propsMapDMLRecordFactory.yAttributeDescriptorsDMLRecordFactory.yComposedTypesMethods in de.hybris.bootstrap.ddl that return YRecordModifier and TypeMethodDescriptionprotected YRecordDMLRecordFactory.addCustomProperty(YTypeSystemElement parentElement, YDeployment deployment, PK itemPK, PK itemTypePK, String name, Object value) protected YRecordDMLRecordFactory.addEnumType(YEnumType enumType) protected YRecordDMLRecordFactory.addRelationType(YRelation yRelation) protected YRecordDMLRecordFactory.newRecord(YDeployment deployment) Methods in de.hybris.bootstrap.ddl that return types with arguments of type YRecordModifier and TypeMethodDescriptionDMLGenerator.generateRecords()DMLGenerator.generateRecordsForUpdate()DMLRecordFactory.getYrecords()Methods in de.hybris.bootstrap.ddl with parameters of type YRecordModifier and TypeMethodDescriptionprotected voidDatabaseStatementGenerator.InitializingDatabaseStatementGenerator.writeSingleInsert(YRecord yRecord, Writer writer) Method parameters in de.hybris.bootstrap.ddl with type arguments of type YRecordModifier and TypeMethodDescriptionvoidDatabaseStatementGenerator.createInserts(Writer writer, Collection<YRecord> yRecords) voidDatabaseStatementGenerator.InitializingDatabaseStatementGenerator.createInserts(Writer writer, Collection<YRecord> yRecords) voidDatabaseStatementGenerator.UpdatingDatabaseStatementGenerator.createInserts(Writer writer, Collection<YRecord> yRecords) voidDMLStatementsGenerator.generateStatementsFor(Collection<YRecord> records, Writer writer)