Class TranslationCustomPersistenceHandler

java.lang.Object
org.broadleafcommerce.openadmin.server.service.handler.CustomPersistenceHandlerAdapter
org.broadleafcommerce.openadmin.server.service.handler.TranslationCustomPersistenceHandler
All Implemented Interfaces:
CustomPersistenceHandler, org.springframework.core.Ordered

@Component("blTranslationCustomPersistenceHandler") public class TranslationCustomPersistenceHandler extends CustomPersistenceHandlerAdapter
Custom persistence handler for Translations, it verifies on "add" that the combination of the 4 "key" fields is not repeated (as in a software-enforced unique index, which is not utilized because of sandboxing and multitenancy concerns).
Author:
gdiaz