java.lang.Object
com.broadleafcommerce.data.tracking.core.mapping.cache.EntityStructure

public class EntityStructure extends Object
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 Details

    • EntityStructure

      public EntityStructure(Class<?> member, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
  • Method Details