java.lang.Object
de.hybris.platform.sap.productconfig.runtime.interf.services.impl.UniqueKeyGeneratorImpl
All Implemented Interfaces:
UniqueKeyGenerator

public class UniqueKeyGeneratorImpl extends Object implements UniqueKeyGenerator
Default implementation of the UniqueKeyGenerator.
Re-Uses a single StringBuilder instance per thread to save heap memory. This class gets called quite often within a single requests, up to a few million times for large models.