Class 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 Detail

      • EntityStructure

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