Package org.broadleafcommerce.openadmin.server.service.persistence.module
package org.broadleafcommerce.openadmin.server.service.persistence.module
-
ClassDescriptionDefault pass-through implementation of
FetchWrapperPOJO for useful params dictatingFetchWrapperbehaviorPOJO for useful params dictatingFetchWrapperbehaviorWrap calls toBasicPersistenceModule.getPersistentRecords(String, List, Integer, Integer),BasicPersistenceModule.getTotalRecords(String, List), andBasicPersistenceModule.getRecords(FetchExtractionRequest), presumably to provide additional configuration or state modification before calling those methods on BasicPersistenceModule.This interface is responsible for modifying the behavior ofFieldManager.setFieldValue(Object, String, Object)andFieldManager.getFieldValue(Object, String).Manages execution of field value modification for reads and writes against one or more modifiers.Oracle-only field modifier that is used to ensure that non-nullable fields are not persisted with empty strings and instead use single-space strings.Helper interface for serializing/deserializing the genericEntityDTO to/from its actual domain object representation.