Class ChangeContainerUtils
java.lang.Object
com.broadleafcommerce.data.tracking.core.mapping.ChangeContainerUtils
- Author:
- Nick Crum (ncrum)
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getChangeContainerNameForDomainType
(Class<?> domainType) Utility method that generates the change container name for a given projection domain class.
-
Method Details
-
getChangeContainerNameForDomainType
Utility method that generates the change container name for a given projection domain class.- Parameters:
domainType
- the projection domain type- Returns:
- the change container name
-