Class AddMetadataFromMappingDataRequest

java.lang.Object
org.broadleafcommerce.openadmin.server.dao.provider.metadata.request.AddMetadataFromMappingDataRequest

public class AddMetadataFromMappingDataRequest extends Object
Contains the requested Hibernate type, metadata and support classes.
Author:
Jeff Fischer
  • Constructor Details

  • Method Details

    • getComponentProperties

      public List<org.hibernate.mapping.Property> getComponentProperties()
    • getType

      public SupportedFieldType getType()
    • getSecondaryType

      public SupportedFieldType getSecondaryType()
    • getRequestedEntityType

      public org.hibernate.type.Type getRequestedEntityType()
    • getPropertyName

      public String getPropertyName()
    • getMergedPropertyType

      public MergedPropertyType getMergedPropertyType()
    • getDynamicEntityDao

      public DynamicEntityDao getDynamicEntityDao()