Class IndexAnnotationDto

java.lang.Object
org.broadleafcommerce.common.extensibility.jpa.IndexAnnotationDto

public class IndexAnnotationDto extends Object
  • Constructor Details

    • IndexAnnotationDto

      public IndexAnnotationDto(String indexName, String indexColumnList, Boolean indexUnique)
  • Method Details

    • getIndexName

      public String getIndexName()
    • getIndexColumnList

      public String getIndexColumnList()
    • getIndexUnique

      public Boolean getIndexUnique()