cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

can we override HAC update or initialization process ?

0 Kudos
353

Hello !

Can we override HybrisSchemaGenerator.initialize() (which is Using DDLUtil Sqlbuilder) to modify the steps / logic defined for Hybris initialization / Update process ?

If we want to do some customization of sql generation process , It it possible by overriding ??

This is just for understanding purpose of HybrisSchemaGenerator.initialize() !!! 🙂

Accepted Solutions (0)

Answers (1)

Answers (1)

geffchang
Active Contributor

You can probably debug it, but you probably shouldn't be working with the database directly. Instead, we access the database using the ModelService or other (service layer) services or the FlexibleSearch.