Class EntityStructure
java.lang.Object
com.broadleafcommerce.data.tracking.core.mapping.cache.EntityStructure
Walks the class structure of an entity class and denotes field information across the graph. The
information is flattened and used to generate an MD5 hash that "uniquely" identifies this
snapshot state of the entity structure.
- Author:
- Jeff Fischer
-
Constructor Summary
ConstructorDescriptionEntityStructure
(Class<?> member, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Method Summary
-
Constructor Details
-
EntityStructure
public EntityStructure(Class<?> member, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-
-
Method Details
-
hash
-