Interface | Description |
---|---|
EntityDuplicateModifier<T> | Deprecated
Implement
EntityDuplicationHelper instead |
EntityDuplicationHelper<T> |
Provides additional metadata and performs final modifications for an entity before persistence.
|
EntityDuplicator |
Creates a production duplicate of an entity.
|
EntityDuplicatorExtensionHandler |
Allow other modules to contribute to the duplication lifecycle
|
PostLoaderDao |
Utility class for working with proxied entities.
|
Previewable |
Interface that exposes properties useful for determining if an entity is intended for preview only,
as opposed to standard production entities
|
QueryHelper |
Provide a helper component for assigning custom hints during query execution.
|
Status |
Interface that denotes whether or not an entity is archived.
|
Class | Description |
---|---|
AbstractEntityDuplicationHelper<T> |
Implements
AbstractEntityDuplicationHelper.getCopyHints() and AbstractEntityDuplicationHelper.addCopyHint(String, String) ,
using a HashMap as the underlying data structure for storing the hints. |
ArchiveStatus | |
DefaultPostLoaderDao | |
EntityConfiguration | |
EntityDuplicatorExtensionManager |
Manage the interaction between a duplication operation and other modules that wish to contribute to that lifecycle
|
EntityDuplicatorImpl | |
HibernateBridgingQueryHints |
Serves as a bridge class between Hibernate 4.1 and Hibernate 5.2.
|
HibernateBridgingQueryHints.Hibernate5Hints |
All constants within this inner class only appear in Hibernate 5.2+ (Broadleaf 6.0+) and
are not guaranteed to work when running Hibernate versions earlier than 5.2.
|
IdOverrideTableGenerator | |
PreviewStatus | |
QueryHelperHints |
Hints available to be leveraged by Broadleaf components for different query result behavior.
|
QueryHelperImpl |
Default implementation of
QueryHelper . |
SequenceGeneratorCorruptionDetection |
Detect inconsistencies between the values in the SEQUENCE_GENERATOR and the primary
keys of the managed tables.
|
TargetModeType |
An extendible enumeration of target mode types.
|
Copyright © 2022. All rights reserved.