Skip to content

Category: Hybris

SAP Commerce | Hybris blog posts

Get List Of Populators of a Converter

How to print all populators of a converter? I will share a small groovy script to get list of populators of a converter.

SAP Commerce (Hybris) uses converters to changing models to data object. Data object is kind of DTO. It stores value in the memory, unlike models. Model has a proxy connection with DB, it loads data to memory when it is required. In the facade layer, a model is converted to a data object. View/Controller layer uses the data objects.

Hybris (SAP Commerce) MSSQL How to get database table details in HAC (Administration Console)?

How to get MSSQL table details (attributes) in Hybris Administration Console (HAC) by a basic query. If you don’t have access to DB directly, you can fetch table attributes by this way.