Package org.broadleafcommerce.common.persistence
package org.broadleafcommerce.common.persistence
-
ClassDescriptionImplements
AbstractEntityDuplicationHelper.getCopyHints()
andAbstractEntityDuplicationHelper.addCopyHint(String, String)
, using aHashMap
as the underlying data structure for storing the hints.Deprecated.Provides additional metadata and performs final modifications for an entity before persistence.Creates a production duplicate of an entity.Allow other modules to contribute to the duplication lifecycleManage the interaction between a duplication operation and other modules that wish to contribute to that lifecycleAllow other modules to provide a parent id for a given entity/id combinationManage the handling of EntityParentIdServiceExtensionHandlersUtility class for working with proxied entities.Interface that exposes properties useful for determining if an entity is intended for preview only, as opposed to standard production entitiesProvide a helper component for assigning custom hints during query execution.Hints available to be leveraged by Broadleaf components for different query result behavior.Default implementation ofQueryHelper
.Detect inconsistencies between the values in the SEQUENCE_GENERATOR and the primary keys of the managed tables.Interface that denotes whether or not an entity is archived.An extendible enumeration of target mode types.
EntityDuplicationHelper
instead